zookeer 中查询 canal信息

zookeer 中查询 canal信息

ls /otter/canal:canal的根目录

ls /otter/canal/cluster:整个canal server的集群列表

ls /otter/canal/destinations:destination的根目录

get /otter/canal/destinations/{客户端订阅的destination}/running:服务端当前正在提供服务的running节点

ls /otter/canal/destinations/{客户端订阅的destination}/cluster:针对某个destination的工作集群列表

get /otter/canal/destinations/{客户端订阅的destination}/{clientid}/running:客户端当前正在读取的running节点

get /otter/canal/destinations/{客户端订阅的destination/{clientId}/running 针对某个destination当前消费的客户端

get /otter/canal/destinations/{客户端订阅的destination}/{clientId}/cursor:客户端读取的position信息

 

上一篇:Canal Admin配置管理和节点运维Web的安装部署


下一篇:使用kind 部署k8s in docker