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:
[email protected]
With regards,
Apache Git Services