zoukankan      html  css  js  c++  java
  • rocketMQ手动创建Topic

    参数解释如下:

    usage: mqadmin updateTopic [-b <arg>] [-c <arg>] [-h] [-n <arg>] [-o <arg>] [-p <arg>] [-r <arg>] [-s <arg>]
           -t <arg> [-u <arg>] [-w <arg>]
     -b,--brokerAddr <arg>       create topic to which broker
     -c,--clusterName <arg>      create topic to which cluster
     -h,--help                   Print help
     -n,--namesrvAddr <arg>      Name server address list, eg: 192.168.0.1:9876;192.168.0.2:9876
     -o,--order <arg>            set topic's order(true|false)
     -p,--perm <arg>             set topic's permission(2|4|6), intro[2:W 4:R; 6:RW]
     -r,--readQueueNums <arg>    set read queue nums
     -s,--hasUnitSub <arg>       has unit sub (true|false)
     -t,--topic <arg>            topic name
     -u,--unit <arg>             is unit topic (true|false)
     -w,--writeQueueNums <arg>   set write queue nums

    在灰度环境扩展消费者机器,需要手动创建Topic,命令如下:

    sh mqadmin updateTopic -n 10.0.3.234:9876;10.0.3.235:9876  -c EcsCluster  -t asset_advance_repay
  • 相关阅读:
    动态规划_树形DP
    动态规划_区间DP
    Git
    动态规划_状态机与状态压缩DP
    Mybatis
    3.UIViewController详解
    Flutter boost实现原理简介
    FFmpeg笔记(四)
    Xcode-FFmpeg环境搭建
    FFmpeg(一)
  • 原文地址:https://www.cnblogs.com/zjfjava/p/13891640.html
Copyright © 2011-2022 走看看