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

   > As follows, outside the cluster,the broker still returns the internal 
access address. I would expect the broker to return an externally accessible 
address for the pulsar protocol, not an invalid internal address for the 
cluster. I don't know if I've misconfigured it, or if that's how pulsar is 
designed.
   
   There are some bugs/gaps with the http protocol and external listeners. I'd 
just recommend using Pulsar Proxy (or a generic reverse proxy like nginx) for 
admin API and not using http/https as the service URL at all so that it doesn't 
get used for lookups. For a generic reverse proxy, there would have to be some 
logic to follow redirects for internal addresses before returning responses to 
clients. That logic exists in the Pulsar Proxy already so it might be the 
easiest choice.


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