bdoyle0182 commented on code in PR #5551:
URL: https://github.com/apache/openwhisk/pull/5551#discussion_r2441520490


##########
core/standalone/src/main/scala/org/apache/openwhisk/standalone/KafkaLauncher.scala:
##########
@@ -57,11 +56,11 @@ class KafkaLauncher(
     // Here controller / invoker will use LISTENER_LOCAL since they run in the 
same JVM as the embedded Kafka
     // and Kafka UI will run in a Docker container and use LISTENER_DOCKER
     val brokerProps = Map(
-      KafkaConfig.ListenersProp -> 
s"LISTENER_LOCAL://localhost:$kafkaPort,LISTENER_DOCKER://localhost:$kafkaDockerPort",
-      KafkaConfig.AdvertisedListenersProp -> 
s"LISTENER_LOCAL://localhost:$kafkaPort,LISTENER_DOCKER://${StandaloneDockerSupport
+      "listeners" -> 
s"LISTENER_LOCAL://localhost:$kafkaPort,LISTENER_DOCKER://localhost:$kafkaDockerPort",

Review Comment:
   It's from the kafka upgrade



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