mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-25 02:27:10 +08:00
update zookeeper pic address
This commit is contained in:
parent
6f6748fa81
commit
4282aa79ff
BIN
docs/system-design/framework/zookeeper/images/curator.png
Normal file
BIN
docs/system-design/framework/zookeeper/images/curator.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
docs/system-design/framework/zookeeper/images/连接ZooKeeper服务.png
Normal file
BIN
docs/system-design/framework/zookeeper/images/连接ZooKeeper服务.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
@ -63,7 +63,7 @@ root@eaf70fc620cb:/apache-zookeeper-3.5.8-bin# cd bin
|
|||||||
|
|
||||||
如果你看到控制台成功打印出如下信息的话,说明你已经成功连接 ZooKeeper 服务。
|
如果你看到控制台成功打印出如下信息的话,说明你已经成功连接 ZooKeeper 服务。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 2.3. 常用命令演示
|
### 2.3. 常用命令演示
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ numChildren = 1
|
|||||||
|
|
||||||
Curator 是Netflix公司开源的一套 ZooKeeper Java客户端框架,相比于 Zookeeper 自带的客户端 zookeeper 来说,Curator 的封装更加完善,各种 API 都可以比较方便地使用。
|
Curator 是Netflix公司开源的一套 ZooKeeper Java客户端框架,相比于 Zookeeper 自带的客户端 zookeeper 来说,Curator 的封装更加完善,各种 API 都可以比较方便地使用。
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
下面我们就来简单地演示一下 Curator 的使用吧!
|
下面我们就来简单地演示一下 Curator 的使用吧!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user