brandboat commented on code in PR #19880:
URL: https://github.com/apache/kafka/pull/19880#discussion_r2138462428


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapter.java:
##########
@@ -1230,17 +1219,6 @@ public boolean paranoidFileChecks() {
         return columnFamilyOptions.paranoidFileChecks();
     }
 
-    @Override
-    public Options setMaxWriteBufferNumberToMaintain(final int 
maxWriteBufferNumberToMaintain) {
-        
columnFamilyOptions.setMaxWriteBufferNumberToMaintain(maxWriteBufferNumberToMaintain);
-        return this;
-    }
-
-    @Override
-    public int maxWriteBufferNumberToMaintain() {
-        return columnFamilyOptions.maxWriteBufferNumberToMaintain();
-    }
-

Review Comment:
   Given this breaking change, we might want to consider using a different 
version instead. For example, 
[v10.1.3](https://github.com/facebook/rocksdb/releases/tag/v10.1.3) still 
retains the MaxWriteBufferNumberToMaintain option.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to