lucasbru commented on code in PR #12935: URL: https://github.com/apache/kafka/pull/12935#discussion_r1042174486
########## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBStore.java: ########## @@ -108,7 +108,9 @@ public class RocksDBStore implements KeyValueStore<Bytes, byte[]>, BatchWritingS FlushOptions fOptions; private Cache cache; private BloomFilter filter; - private Statistics statistics; + + // visible for testing + protected Statistics statistics; Review Comment: Done ########## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBStore.java: ########## @@ -108,7 +108,9 @@ public class RocksDBStore implements KeyValueStore<Bytes, byte[]>, BatchWritingS FlushOptions fOptions; private Cache cache; private BloomFilter filter; - private Statistics statistics; + + // visible for testing + protected Statistics statistics; Review Comment: Great idea, thanks! Done -- 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