RongtongJin commented on code in PR #4642:
URL: https://github.com/apache/rocketmq/pull/4642#discussion_r926373820
##########
store/src/main/java/org/apache/rocketmq/store/MessageStore.java:
##########
@@ -165,6 +166,10 @@ GetMessageResult getMessage(final String group, final
String topic, final int qu
*/
long getMinOffsetInQueue(final String topic, final int queueId);
+ TimerMessageStore getTimerMessageStore();
+
+ void setTimerMessageStore(TimerMessageStore timerMessageStore);
Review Comment:
It would be better. to add some comments for the 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]