zookeeper-cpp icon indicating copy to clipboard operation
zookeeper-cpp copied to clipboard

Client: reconfig

Open tgockel opened this issue 7 years ago • 1 comments

tgockel avatar Aug 12 '17 01:08 tgockel

A big issue here is that ZooKeeper does not support reconfiguration until 3.5, which is still in beta. This means the C client (which this library relies on) usually installed on distros is still the 3.4 client. A potential workaround is to detect the client version and throw an unsupported-type exception in these cases.

tgockel avatar Apr 17 '19 00:04 tgockel