Notice: 函数 WP_Scripts::localize 的调用方法不正确$l10n 参数必须是一个数组。若要将任意数据传递给脚本,请改用 wp_add_inline_script() 函数。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 5.7.0 版本添加的。) in /data/www/appblog/wp-includes/functions.php on line 6131

ZooKeeper Web控制台ZKUI

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
上一篇 Redis的web管理界面redis-manager
下一篇 ZenCart安装配置及二次开发记录