Apache ZooKeeper
Apache ZooKeeper is an open source file application program interface (API) that allows distributed processes in large systems to synchronize with each other so that all clients making requests receive consistent data.
The Zookeeper service, which is a sub-project of Hadoop, is provided by a cluster of servers to avoid a single point of failure. Zookeeper uses a distributed consensus protocol to determine which node in the ZooKeeper service is the leader at any given time.
Content Continues Below


6 Multi-Cloud Management Tool Must-Haves
To address issues with managing multi-cloud environments, some teams are turning to a cloud management platform to bring disparate environments under control. In this expert guide, explore key features your tool should have to ensure it can meet your organization’s specific requirements.
The leader assigns a timestamp to each update to keep order. Once a majority of nodes have acknowledged receipt of a time-stamped update, the leader can declare a quorum, which means that any data contained in the update can be coordinated with elements of the data store. The use of a quorum ensures that the service always returns consistent answers.
According to the Hadoop developer's wiki, the service is named zookeeper because "coordinating distributing services is a zoo."