lizhimins commented on code in PR #9142: URL: https://github.com/apache/rocketmq/pull/9142#discussion_r1921984775
########## store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java: ########## @@ -166,6 +167,7 @@ public class DefaultMessageStore implements MessageStore { protected StoreCheckpoint storeCheckpoint; private TimerMessageStore timerMessageStore; + private TimerMessageRocksDBStore timerMessageRocksDBStore; Review Comment: 看看能不能加到 TimerMessageStore 里面,这样也避免了新增 API -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org