Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 753 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 753 Bytes

Native Go Zookeeper Client Library GoDoc

Package zk provides a native client for connecting to a Zookeeper quorum.

This fork incoporates pull requests against the upstream, fixing some key outstanding issues. It also improves support for Zookeeper 3.5 while maintaining a backward-compatible API.

A full list of incorporated pull requests is detailed on the wiki.

An example using this client in a production environment is listed and annotated on the wiki.

License

3-clause BSD. See LICENSE file.