Skip to content

Commit

Permalink
2018-05-11 补充 zookeeper 客户端
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed May 11, 2018
1 parent 1fbbe86 commit 974d353
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Binary file added images/Zookeeper-Client-ZooInspector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Zookeeper-Client-zooweb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions markdown-file/Zookeeper-Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,25 @@ Using config: /usr/program/zookeeper/zookeeper-3.4.8/bin/../conf/zoo.cfg
Mode: follower 或者 Mode: leader
```

## Zookeeper 客户端工具

#### ZooInspector

- 下载地址:<https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip>
- 解压,双击 jar 文件,效果如下:
- ![ZooInspector](../images/Zookeeper-Client-ZooInspector.png)

#### zooweb

- 下载地址:<https://github.com/zhuhongyu345/zooweb>
- Spring Boot 的 Web 项目,直接:`java -jar zooweb-1.0.jar` 启动 web 服务,然后访问:<http://127.0.0.1:9345>
- ![zooweb](../images/Zookeeper-Client-zooweb.png)






## 资料

- <https://liwei.io/2017/07/19/zookeeper-cluster-in-docker/>

0 comments on commit 974d353

Please sign in to comment.