# zookeeper **Repository Path**: peterchain/zookeeper_old1 ## Basic Information - **Project Name**: zookeeper - **Description**: 分布式系统服务ZooKeeper的学习历程 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2017-01-23 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README zookeeper ========= 分布式系统服务ZooKeeper的学习历程 ####一.入门 [ZooKeeper Overview](https://github.com/llohellohe/zookeeper/blob/master/docs/overview.md) [Watcher的简单例子](https://github.com/llohellohe/zookeeper/blob/master/docs/java-example.md) [Watcher例子的类图](https://raw.github.com/llohellohe/zookeeper/master/docs/class-java-example.png) ####二.O'Reilly.ZooKeeper.Distributed process coordination.2013笔记 [按章节笔记](https://github.com/llohellohe/llohellohe.github.com/tree/master/readers/ZooKeeper) ####三.深入 [分布式一致性算法Paxos](http://www.hiyangqi.com/%E5%88%86%E5%B8%83%E5%BC%8F/paxos.html) [源代码解读之ZooKeeper](http://www.hiyangqi.com/%E5%88%86%E5%B8%83%E5%BC%8F/read-zookeeper-source-code-zookeeper.html) [源代码解读之ClientCnxn](http://www.hiyangqi.com/%E5%88%86%E5%B8%83%E5%BC%8F/read-zookeeper-source-code-client-cnxn.html) [源代码解读之ClientCnxnSocketNIO](http://www.hiyangqi.com/%E5%88%86%E5%B8%83%E5%BC%8F/read-zookeeper-source-code-nio-socket.html) [源代码解读之Jute生成传输协议消息体](https://github.com/llohellohe/llohellohe.github.com/tree/master/readers/ZooKeeper/11-传输协议.md)