fujian-zfj commented on code in PR #7092:
URL: https://github.com/apache/rocketmq/pull/7092#discussion_r1278565842


##########
broker/src/main/java/org/apache/rocketmq/broker/offset/ConsumerOffsetManager.java:
##########
@@ -62,6 +62,10 @@ public ConsumerOffsetManager(BrokerController 
brokerController) {
         this.brokerController = brokerController;
     }
 
+    protected void removeConsumerOffset(String topicAtGroup) {
+
+    }

Review Comment:
   This interface is mainly to let RocksDBConsumeOffsetManager to override and 
delete the data in rocksdb, you can see the overridden method in 
RocksDBConsumeOffsetManager.



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