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


##########
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:
   The option will be duplicated with `sendMessage`, how about rename to 
`beginTimestamp` and `endTimestamp`?



-- 
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]

Reply via email to