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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]