From 7d5c78dbebe4d68d82895ba6fc87c02efa3a09c1 Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Mon, 21 Jan 2019 10:31:50 +0800 Subject: [PATCH] =?UTF-8?q?Update=20ZooKeeper=E6=95=B0=E6=8D=AE=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=92=8C=E5=B8=B8=E8=A7=81=E5=91=BD=E4=BB=A4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 主流框架/ZooKeeper数据模型和常见命令.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/主流框架/ZooKeeper数据模型和常见命令.md b/主流框架/ZooKeeper数据模型和常见命令.md index d91e39e9..e8e1b76e 100644 --- a/主流框架/ZooKeeper数据模型和常见命令.md +++ b/主流框架/ZooKeeper数据模型和常见命令.md @@ -176,3 +176,7 @@ numChildren = 1 在后面我会介绍到 Java 客户端 API的使用以及开源 Zookeeper 客户端 ZkClient 和 Curator 的使用。 +### 参考 + +《从Paxos到Zookeeper 分布式一致性原理与实践》 +