[ https://issues.apache.org/jira/browse/KAFKA-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16948440#comment-16948440 ]
ASF GitHub Bot commented on KAFKA-8897: --------------------------------------- cadonna commented on pull request #7483: KAFKA-8897: Warn about no guaranteed backwards compatibility in RocksDBConfigSetter URL: https://github.com/apache/kafka/pull/7483 Kafka Streams cannot guarantee backwards compatibility of code in a user defined RocksDBConfigSetter since it does not control backwards compatibility of RocksDB. RocksDB may remove methods without deprecating them as it has already done in the past with CompactionOptionsFIFO#setTtl(). ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Increase Version of RocksDB > --------------------------- > > Key: KAFKA-8897 > URL: https://issues.apache.org/jira/browse/KAFKA-8897 > Project: Kafka > Issue Type: Improvement > Components: streams > Reporter: Bruno Cadonna > Priority: Major > > A higher version (6+) of RocksDB is needed for some metrics specified in > KIP-471. -- This message was sent by Atlassian Jira (v8.3.4#803005)