1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Update ZooKeeper数据模型和常见命令.md

This commit is contained in:
SnailClimb 2019-01-21 10:31:50 +08:00 committed by GitHub
parent 61cdfd5916
commit 7d5c78dbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,3 +176,7 @@ numChildren = 1
在后面我会介绍到 Java 客户端 API的使用以及开源 Zookeeper 客户端 ZkClient 和 Curator 的使用。
### 参考
《从Paxos到Zookeeper 分布式一致性原理与实践》