showuon commented on code in PR #11478:
URL: https://github.com/apache/kafka/pull/11478#discussion_r928371555


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -741,12 +741,15 @@ object KafkaConfig {
   /** ********* Socket Server Configuration ***********/
   val ListenersDoc = "Listener List - Comma-separated list of URIs we will 
listen on and the listener names." +
     s" If the listener name is not a security protocol, 
<code>$ListenerSecurityProtocolMapProp</code> must also be set.\n" +
-    " Listener names and port numbers must be unique.\n" +
+    " Listener names and port numbers must be unique unless \n" +
+    " one listener is an IPv4 address and the other listener is \n" +
+    " an IPv6 address (for the same port).\n" +

Review Comment:
   Fine. Let's keep it. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to