You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2017/12/13 09:42:51 UTC

[GitHub] lindzh commented on a change in pull request #152: [ROCKETMQ-278] Add clusterlist cmd by specified cluster

lindzh commented on a change in pull request #152: [ROCKETMQ-278] Add clusterlist cmd by specified cluster
URL: https://github.com/apache/rocketmq/pull/152#discussion_r156605033
 
 

 ##########
 File path: tools/src/main/java/org/apache/rocketmq/tools/command/topic/TopicListSubCommand.java
 ##########
 @@ -65,7 +65,7 @@ public void execute(final CommandLine commandLine, final Options options,
         try {
             defaultMQAdminExt.start();
             if (commandLine.hasOption('c')) {
-                ClusterInfo clusterInfo = defaultMQAdminExt.examineBrokerClusterInfo();
+                ClusterInfo clusterInfo = defaultMQAdminExt.examineBrokerClusterInfo(null);
 
 Review comment:
   Thanks,I will change it in the next commit.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services