Reputation: 75
ZooKeeper 3.4.x is no longer supported by Curator 5.x
But does it mean that i can't use neither Zookeeper client nor Zookeeper server 3.4.x ?
I wounder if somewhere is compatibility matrix between Curator, Zookeeper-Client and Zookeeper-Server? It would be very helpful, but i didn't find anything like that by googling
Upvotes: 0
Views: 2947
Reputation: 2956
If you want/need to continue to use ZooKeeper 3.4.x with Curator you must use Curator 4.2.x as described here: https://curator.apache.org/zk-compatibility-34.html
Upvotes: 1