-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Milestone
Description
FEATURE REQUEST
- Please describe the feature you are requesting.
add beginTime and EndTime to queryMsgByKey command
- Provide any additional detail on your proposed use case for this feature.
now, queryMsgByKey looks like below:
-> % mqadmin queryMsgByKey
usage: mqadmin queryMsgByKey [-h] -k <arg> [-n <arg>] -t <arg>
-h,--help Print help
-k,--msgKey <arg> Message Key
-n,--namesrvAddr <arg> Name server address list, eg: 192.168.0.1:9876;192.168.0.2:9876
-t,--topic <arg> topic name
after proposed, we support like below:
-> % mqadmin queryMsgByKey
usage: mqadmin queryMsgByKey [-h] -k <arg> [-n <arg>] -t <arg>
-h,--help Print help
-k,--msgKey <arg> Message Key
-n,--namesrvAddr <arg> Name server address list, eg: 192.168.0.1:9876;192.168.0.2:9876
-t,--topic <arg> topic name
-s, --startms default 0,
-e, --endms default Long.MAX_VALUE
-
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
-
If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:
- sub-task1-issue-number: sub-task1 description here,
- sub-task2-issue-number: sub-task2 description here,
- ...