lhotari commented on code in PR #1017:
URL: https://github.com/apache/pulsar-site/pull/1017#discussion_r3180566625


##########
docs/concepts-multiple-advertised-listeners.md:
##########
@@ -102,7 +102,7 @@ PulsarClient internalSecureClient = PulsarClient.builder()
 
 // External client with SSL
 PulsarClient externalClient = PulsarClient.builder()
-    .serviceUrl("pulsar+ssl://external-brokers.example.com:6651")
+    .serviceUrl("pulsar+ssl://external-brokers.example.com:16651")

Review Comment:
   No, there's a need to have a separate load balancer that simply proxies to 
all healthy brokers. The port mapping is handled by the service. I'll add some 
updates to the doc to clarify this and also fix some mistakes in the NodePort 
config in k8s.



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