tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
149 stars 40 forks source link

Client: reconfig #36

Open tgockel opened 7 years ago

tgockel commented 5 years ago

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.