A UI dashboard that allows CRUD operations on Zookeeper.
GitHub:https://github.com/DeemOpen/zkui
部署步骤:
- mvn clean install
- Copy the config.cfg to the folder with the jar file. Modify it to point to the zookeeper instance. Multiple zk instances are coma separated. eg: server1:2181,server2:2181. First server should always be the leader.
- Run the jar. (
nohup java -jar zkui-2.0-SNAPSHOT-jar-with-dependencies.jar &
) - http://localhost:9090