samuel / go-zookeeper

Native ZooKeeper client for Go. This project is no longer maintained. Please use https://github.com/go-zookeeper/zk instead.
BSD 3-Clause "New" or "Revised" License
1.64k stars 672 forks source link

add the reconfig api for zk > 3.5 #204

Closed jeffbean closed 5 years ago

jeffbean commented 5 years ago

We should port over the reconfigure apis for reconfiguration automation:

https://github.com/apache/zookeeper/blob/branch-3.5.4/src/java/main/org/apache/zookeeper/ZooKeeper.java#L2986

Does anyone else need this? - could propose a PR it if there was interest.