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


##########
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java:
##########
@@ -424,6 +424,37 @@ public class MessageStoreConfig {
 
     private boolean putConsumeQueueDataByFileChannel = true;
 
+    private boolean transferOffsetJsonToRocksdb = false;
+
+    private boolean rocksdbCQDoubleWriteEnable = false;
+
+    private boolean enableBatchWriteKvCq = false;

Review Comment:
   这里和 cq type 配置项的关系是什么呢



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