Skip to content

Commit 4282aa7

Browse files
committed
update zookeeper pic address
1 parent 6f6748f commit 4282aa7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
34.5 KB
Loading
1.7 MB
Loading

docs/system-design/framework/zookeeper/zookeeper-in-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ root@eaf70fc620cb:/apache-zookeeper-3.5.8-bin# cd bin
6363

6464
如果你看到控制台成功打印出如下信息的话,说明你已经成功连接 ZooKeeper 服务。
6565

66-
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-8/image-20200805144047420.png)
66+
![](images/连接ZooKeeper服务.png)
6767

6868
### 2.3. 常用命令演示
6969

@@ -189,7 +189,7 @@ numChildren = 1
189189

190190
Curator 是Netflix公司开源的一套 ZooKeeper Java客户端框架,相比于 Zookeeper 自带的客户端 zookeeper 来说,Curator 的封装更加完善,各种 API 都可以比较方便地使用。
191191

192-
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/2020-8/ph-quote.png)
192+
![](images/curator.png)
193193

194194
下面我们就来简单地演示一下 Curator 的使用吧!
195195

0 commit comments

Comments
 (0)