This package provides a C++ client interface to Zookeeper server, just like the official C client interface.
-
Install Bazelisk 1.0.0 or above.
-
Compile it with command
bazel build //…
-
Check result at
bazel-bin/src/zkclient.a
-
Publish
zkclient.so
-
Wrap
struct Stat
(https://data-flair.training/blogs/zookeeper-data-model/) -
Add
Result
helper forErrorCode
checking -
Session reconnection