You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/12/27 05:42:22 UTC

[GitHub] [rocketmq] complone commented on a diff in pull request #5772: Feat query key by time range

complone commented on code in PR #5772:
URL: https://github.com/apache/rocketmq/pull/5772#discussion_r1057452852


##########
tools/src/main/java/org/apache/rocketmq/tools/command/message/QueryMsgByIdSubCommand.java:
##########
@@ -214,7 +229,25 @@ public Options buildCommandlineOptions(Options options) {
         opt = new Option("f", "bodyFormat", true, "print message body by the specified format");
         opt.setRequired(false);
         options.addOption(opt);
-
+        
+        opt = new Option("s", "startTimeMS", true, "startTime of key");
+        opt.setRequired(false);
+        options.addOption(opt);

Review Comment:
   Thank you for your suggestion I will make the changes in the near future



-- 
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: commits-unsubscribe@rocketmq.apache.org

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