package
0.0.0-20241108082943-a786b0c43d67
Repository: https://github.com/zeusyi/go-zookeeper.git
Documentation: pkg.go.dev

# README

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