chia7712 commented on code in PR #18566: URL: https://github.com/apache/kafka/pull/18566#discussion_r1944142343
########## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ########## @@ -187,7 +186,7 @@ class KafkaConfigTest { val advertisedHostName = "routable-host" val advertisedPort = 1234 - val props = TestUtils.createBrokerConfig(0) + val props = createDefaultConfig() Review Comment: this `createDefaultConfig` does not return a valid config (https://github.com/apache/kafka/pull/18547/files#r1944140562) @mingyen066 will fix it by a minor patch -- 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