Reputation: 662
Looking at upgrading several zookeeper clusters from 3.4.(6-10) to a more recent version (3.5.7 or 3.6.0) and we are having hundreds of microservices (java) that are running the the zookeeper 3.4.x clients.
Will the server upgrade break existing clients.
Plan is to start upgrading clients to 3.5 once server is upgraded.
Upvotes: 2
Views: 2389
Reputation: 4423
There is quite out-dated documentation from the zookeeper team as well as information in the release notes. My own testing gives me the following results:
Upvotes: 3