Zab

Back to Consensus Algorithms

ZooKeeper Atomic Broadcast — the consensus protocol used by Apache ZooKeeper. Designed specifically for primary-backup replication with total order broadcast. Ensures all state changes are delivered in the same order to all replicas. Simpler than Paxos for the leader-based replication use case.

Key Properties


distributed-systems consensus