lhotari commented on code in PR #1017: URL: https://github.com/apache/pulsar-site/pull/1017#discussion_r2115238628
########## 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: One more addition: If the external-brokers.example.com DNS name maps directly to the IP of the broker that it's bound to, then it should be port 16651, so there are 2 cases to cover. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org