guozhangwang commented on a change in pull request #9358: URL: https://github.com/apache/kafka/pull/9358#discussion_r497959829
########## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/RocksDBStoreTest.java ########## @@ -297,9 +298,21 @@ public void shouldNotThrowExceptionOnRestoreWhenThereIsPreExistingRocksDbFiles() public void shouldCallRocksDbConfigSetter() { MockRocksDbConfigSetter.called = false; + final Properties props = StreamsTestUtils.getStreamsConfig(); Review comment: This is to illustrate the usage of passing in any user-customized configurable value or shared objects to the setter. @rodesai @brianbushree ---------------------------------------------------------------- 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