lizhimins commented on code in PR #9457:
URL: https://github.com/apache/rocketmq/pull/9457#discussion_r2134948141


##########
store/src/main/java/org/apache/rocketmq/store/rocksdb/ConsumeQueueRocksDBStorage.java:
##########
@@ -119,4 +121,104 @@ public RocksIterator seekOffsetCF() {
     public ColumnFamilyHandle getOffsetCFHandle() {
         return this.offsetCFHandle;
     }
+
+
+    public void iterate(ColumnFamilyHandle columnFamilyHandle, final byte[] 
prefix, BiConsumer<byte[], byte[]> callback)

Review Comment:
   move to abstract class



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