You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/17 09:05:02 UTC

[GitHub] ivankelly opened a new issue #1796: Proxy cannot be configured to work as proxy for both admin and client requests

ivankelly opened a new issue #1796: Proxy cannot be configured to work as proxy for both admin and client requests
URL: https://github.com/apache/incubator-pulsar/issues/1796
 
 
   #### Expected behavior
   
   When I start a proxy, I should be able to point both a client and an admin client at it, and expect it to work.
   
   #### Actual behavior
   
   By default, admin client will not work, as brokerServiceURL isn't configured (this should come from zookeeper, the key isn't even in the default config file). 
   
   If I configure brokerServiceURL, then admin client works, but the client itself doesn't work, as it's trying to send binary protocol requests to a http endpoint.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services