lizhimins commented on a change in pull request #2943:
URL: https://github.com/apache/rocketmq/pull/2943#discussion_r638772601
##########
File path:
tools/src/main/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExt.java
##########
@@ -128,12 +128,18 @@ public MessageExt viewMessage(
}
@Override
- public QueryResult queryMessage(String topic, String key, int maxNum, long
begin,
- long end) throws MQClientException,
- InterruptedException {
+ public QueryResult queryMessage(String topic, String key, int maxNum, long
begin, long end)
+ throws MQClientException, InterruptedException {
+
return defaultMQAdminExtImpl.queryMessage(topic, key, maxNum, begin,
end);
}
+ public QueryResult queryMessageByUniqueKey(String topic, String key, int
maxNum, long begin, long end)
Review comment:
ok, I will fix it
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]