m1a2st commented on code in PR #20334:
URL: https://github.com/apache/kafka/pull/20334#discussion_r2288171504


##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -459,7 +453,7 @@ class KafkaConfig private(doLog: Boolean, val props: 
util.Map[_, _])
   def effectiveAdvertisedControllerListeners: Seq[Endpoint] = {
     val advertisedListenersProp = 
getString(SocketServerConfigs.ADVERTISED_LISTENERS_CONFIG)
     val controllerAdvertisedListeners = if (advertisedListenersProp != null) {
-      CoreUtils.listenerListToEndPoints(advertisedListenersProp, 
effectiveListenerSecurityProtocolMap, requireDistinctPorts=false)
+      
CoreUtils.listenerListToEndPoints(Csv.parseCsvList(advertisedListenersProp), 
effectiveListenerSecurityProtocolMap, requireDistinctPorts=false)

Review Comment:
   I’ve updated the KIP and sent an email to the discussion list. 
https://lists.apache.org/thread/xyh6rldoy4zft2f20r5mgc1vnsxwkpvs



-- 
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

Reply via email to