Skip to content

Releases: vogo/zkclient

v0.9.4

14 Oct 02:06
Compare
Choose a tag to compare
  • move path info from watcher to event handler
  • return watcher for sync map

v0.9.3

12 Oct 10:23
Compare
Choose a tag to compare
  • refactoring api
  • add unit tests

v0.9.2

12 Oct 08:26
Compare
Choose a tag to compare

move path info from watcher into event handler

v0.9.1

10 Oct 05:19
Compare
Choose a tag to compare
  • api refactoring

v0.9.0

07 Oct 08:09
Compare
Choose a tag to compare

First release of zkclient, supported features:

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