ivankelly opened a new issue #4215: HTTP lookup doesn't work through proxy
URL: https://github.com/apache/pulsar/issues/4215
 
 
   **Describe the bug**
   When configuring a client, connecting directly to brokers you can specify 
that it uses http for lookup by configuring the HTTP url as the service URL. 
This works fine.
   
   However, if you are connecting to the service through a proxy, specifying 
the HTTP url doesn't work, as the client doesn't know if it should connect to 
the returned endpoint via a proxy node, or directly.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. Set up a cluster with a proxy.
   2. Try to connect to the proxy and publish messages with the java, c++ or 
python clients.
   
   **Expected behavior**
   Should work.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to