lhotari commented on issue #601:
URL: 
https://github.com/apache/pulsar-helm-chart/issues/601#issuecomment-2805153376

   > It doesn't seem to work. Did I configure something incorrectly? One 
question: why is it necessary to set port 16650 (the port on the host)?
   
   Each advertised listener in `advertisedListeners` should have a unique bind 
address in the `bindAddresses`. Each listening port maps to a single 
"listener". This makes the Pulsar lookup return the advertised address of the 
active "listener" for a particular bind address port. 
   
   The docs at 
https://pulsar.apache.org/docs/4.0.x/concepts-multiple-advertised-listeners/ 
are misleading since there shouldn't be a need to set any listener name in the 
client itself. That's something that shouldn't even be exposed to clients and 
it seems that that's how it was initially implemented, but revisited later. The 
docs haven't been updated to reflect the correct usage.
   
   


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