zoukankan      html  css  js  c++  java
  • 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信息
  • 相关阅读:
    django的用户认证模块(auth)
    算法
    图书管理系统
    mac系统中pycharm激活
    mac常见问题
    mysql安装
    restful规范及DRF基础
    MySQL存储引擎
    [python] with statement
    MySQL索引及执行计划
  • 原文地址:https://www.cnblogs.com/fengjian2016/p/15671262.html
Copyright © 2011-2022 走看看