[
https://issues.apache.org/jira/browse/ROCKETMQ-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172708#comment-16172708
]
ASF GitHub Bot commented on ROCKETMQ-278:
-----------------------------------------
Github user vongosling commented on a diff in the pull request:
https://github.com/apache/incubator-rocketmq/pull/152#discussion_r139871793
--- Diff:
client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java ---
@@ -1167,10 +1168,13 @@ public Properties getBrokerConfig(final String
addr, final long timeoutMillis)
throw new MQBrokerException(response.getCode(),
response.getRemark());
}
- public ClusterInfo getBrokerClusterInfo(
+ public ClusterInfo getBrokerClusterInfo(String cluster,
--- End diff --
how to insure the api compatibility
> Add specified cluster for cluster info cmd
> ------------------------------------------
>
> Key: ROCKETMQ-278
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-278
> Project: Apache RocketMQ
> Issue Type: Improvement
> Components: rocketmq-client, rocketmq-namesrv, rocketmq-tools
> Affects Versions: 4.1.0-incubating
> Reporter: lindzh
> Assignee: Xiaorui Wang
> Fix For: 4.2.0-incubating
>
>
> When using mqadmin command clusterlist,it always display all cluster,i want
> to display specified cluster.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)