rajinisivaram commented on a change in pull request #9051: URL: https://github.com/apache/kafka/pull/9051#discussion_r458701401
########## File path: core/src/test/scala/integration/kafka/server/DynamicBrokerReconfigurationTest.scala ########## @@ -775,6 +775,24 @@ class DynamicBrokerReconfigurationTest extends ZooKeeperTestHarness with SaslSet verifyMarkPartitionsForTruncation() } + @Test + def testDefaultValueRestoredAfterDeleteDynamicConfig(): Unit = { Review comment: Can we move this into `DynamicBrokerReconfigurationTest.testDefaultTopicConfig()` and also verify that configs of existing topics have been updated? Or add a topic in this test to verify. ---------------------------------------------------------------- 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