zookeeper AdminServer

阅读数:104 评论数:0

跳转到新版页面

分类

python/Java

正文

zookeeper从3.5.0开始,增加一个AdminServer。

The AdminServer
New in 3.5.0: The AdminServer is an embedded Jetty server that provides an HTTP interface to the four letter word commands. By default, the server is started on port 8080, and commands are issued by going to the URL “/commands/[command name]”

我们可以在启动时通过-D参数来实现上述功能。当然由于是zookeeper参数,我么也可以配置进zoo.cfg文件。




相关推荐

一、概述 Curator是Netflix公司开源一套Zookeeper客户端框架,它对Zookeeper原生API进行了封装,还提供了一些应用场景。 1、netflix公司 Netflix是一家美国公

这个类会监控ZK的一个路径,路径下所有的节点变化,数据变动都会被响应,可以通过注册自定义监听器来添加逻辑。 关键API <pre class="language-jav