jackyfkc.github.io

教土豆学计算机

ZooKeeper

ZooKeeper: Because Coordinating Distributed Systems is a Zoo

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services; inspired by Google Chubby.

Overview

ZooKeeper 的设计尽可能满足数据一致性和可用性, 在发生网络分区的时候也提供了只读能力

Name service and configuration are two of the primary applications of ZooKeeper. These two functions are provided directly by the ZooKeeper API.

zookeeper service 来源 ZooKeeper Documentation: Overview - Design Goals


Programmer’s Guide


Anatomy

Further Readings

Books


Online Articles & Documents


Tools & Source Code