Zookeeper - vasanthsumanath/MyWIKI GitHub Wiki

A Zookeeper cluster is called an ensemble.

ensembles contain an odd number of servers

Consider running Zookeeper in a five-node ensemble

It is also not recommended to run more than seven nodes, as performance can start to degrade due to the nature of the consensus protocol.