aaron-ai commented on code in PR #5755:
URL: https://github.com/apache/rocketmq/pull/5755#discussion_r1055335199


##########
store/src/main/java/org/apache/rocketmq/store/MessageStore.java:
##########
@@ -137,6 +140,9 @@ GetMessageResult getMessage(final String group, final 
String topic, final int qu
     GetMessageResult getMessage(final String group, final String topic, final 
int queueId,
         final long offset, final int maxMsgNums, final int maxTotalMsgSize, 
final MessageFilter messageFilter);
 
+    CompletableFuture<GetMessageResult> getMessageAsync(final String group, 
final String topic, final int queueId,

Review Comment:
   Add comments for interface.



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