FrankYang0529 commented on code in PR #19532: URL: https://github.com/apache/kafka/pull/19532#discussion_r2059546074
########## core/src/test/scala/integration/kafka/admin/RemoteTopicCrudTest.scala: ########## @@ -473,6 +473,40 @@ class RemoteTopicCrudTest extends IntegrationTestHarness { verifyRemoteLogTopicConfigs(newProps) } + @ParameterizedTest + @ValueSource(strings = Array("kraft")) + def testUpdateThreadPoolSize(quorum: String): Unit = { Review Comment: I forgot that the broker only logs error message when dynamic configuration is broken, so this test can pass even without the fix. Replaced it with unit test. Thanks. -- 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