mdedetrich commented on code in PR #11478: URL: https://github.com/apache/kafka/pull/11478#discussion_r923359025
########## core/src/test/scala/unit/kafka/server/KafkaConfigTest.scala: ########## @@ -206,6 +206,39 @@ class KafkaConfigTest { assertBadConfigContainingMessage(props, "Each listener must have a different name") } + @Test + def testIPv4AndIPv6SamePortListeners(): Unit = { Review Comment: Test added and I can confirm it passes locally -- 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