1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #1675 from oweson/dev

新增zk图形化工具
This commit is contained in:
Guide 2022-04-07 13:52:04 +08:00 committed by GitHub
commit 9d7d0d66f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,8 @@ category: 开源项目
## ZooKeeper 可视化管理
- **[PrettyZoo](https://github.com/vran-dev/PrettyZoo)** 一个基于 Apache Curator 和 JavaFX 实现的 ZooKeeper 图形化管理客户端,颜值非常高,支持 Mac / Windows / Linux 。你可以使用 PrettyZoo 来实现对 ZooKeeper 的可视化增删改查。
- **[zktools](https://zktools.readthedocs.io/en/latest/#installing)** 一个低延迟的 ZooKeeper 图形化管理客户端,颜值非常高,支持 Mac / Windows / Linux 。你可以使用 zktools 来实现对 ZooKeeper 的可视化增删改查。
## Markdown