any zookeeper pure-go library?

2,004 views
Skip to first unread message

ChrisLu

unread,
Aug 19, 2012, 4:11:31 AM8/19/12
to golan...@googlegroups.com
To work with Zookeeper, I searched around and can only find gozk, which is a CGo binding with a C library. It surely can work well, but not really easily portable. Besides, I like to deploy the go code as a single executable binary, instead of asking users to install this and that.

Has anyone already done the "dirty" job to create a pure-go library for Zookeeper?

Chris

Dave Cheney

unread,
Aug 19, 2012, 4:16:04 AM8/19/12
to ChrisLu, golan...@googlegroups.com
I tried, but it is not easy. The zookeeper protocol is poorly (and
incorrectly) documented.

FWIW, http://go.pkgdoc.org/launchpad.net/gozk/zookeeper

Cheers

Dave

Sebastien Binet

unread,
Aug 19, 2012, 4:17:03 AM8/19/12
to ChrisLu, golan...@googlegroups.com

ChrisLu

unread,
Aug 19, 2012, 4:26:44 AM8/19/12
to golan...@googlegroups.com, ChrisLu
I read somewhere that Doozer does not detect disconnected node, which is a feature that I want to have.

Besides, the Doozer project seems stale now.

Reply all
Reply to author
Forward
0 new messages