Skip to content
/ zkclient Public

golang zookeeper client, support codec, real-time synchronization, auto-reconnect, re-watch

License

Notifications You must be signed in to change notification settings

vogo/zkclient

Repository files navigation

zkclient - A golang zookeeper client

GoDoc

zkclient is a encapsulation utility of zookeeper based on go-zookeeper, supports the following features:

  • auto reconnect/re-watch
  • set/get/delete value
  • support string/json codec, and you can implement your own, see codec.go
  • real-time synchronize data from zookeeper to memory, see demo