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 2022/01/07 07:18:34 UTC

[GitHub] [rocketmq] yuz10 commented on a change in pull request #3710: [ISSUE #3709] Fixes the problem that the result of requesting information from multiple addresses does not overlap when exporting Metadate.

yuz10 commented on a change in pull request #3710:
URL: https://github.com/apache/rocketmq/pull/3710#discussion_r780067737



##########
File path: tools/src/main/java/org/apache/rocketmq/tools/command/export/ExportMetadataCommand.java
##########
@@ -119,6 +119,8 @@ public void execute(CommandLine commandLine, Options options, RPCHook rpcHook)
 
                 Map<String, TopicConfig> topicConfigMap = new HashMap<>();
                 Map<String, SubscriptionGroupConfig> subGroupConfigMap = new HashMap<>();
+                Map<String, Object> result = new HashMap<>();
+                result.put("rocketmqVersion", MQVersion.getVersionDesc(MQVersion.CURRENT_VERSION));

Review comment:
       The version is client side version, not broker side?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org