rondagostino commented on a change in pull request #11503: URL: https://github.com/apache/kafka/pull/11503#discussion_r752346217
########## File path: core/src/test/scala/unit/kafka/utils/TestUtils.scala ########## @@ -297,7 +297,7 @@ object TestUtils extends Logging { props.put(KafkaConfig.NodeIdProp, nodeId.toString) props.put(KafkaConfig.BrokerIdProp, nodeId.toString) props.put(KafkaConfig.AdvertisedListenersProp, listeners) - props.put(KafkaConfig.ListenersProp, listeners + ",CONTROLLER://localhost:0") + props.put(KafkaConfig.ListenersProp, listeners) Review comment: This is the same change from https://github.com/apache/kafka/pull/11511/files#diff-b8f9f9d1b191457cbdb332a3429f0ad65b50fa4cef5af8562abcfd1f177a2cfeL300. Without adding it here we cannot get a clean build in this PR right now. -- 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