hrsakai opened a new pull request #1146: Fix url option on client tool
URL: https://github.com/apache/incubator-pulsar/pull/1146
 
 
   ### Motivation
   We can't use `pulsar-client` command without specifing 
`serviceUrl`,`brokerServiceUrl`, or `webServiceUrl`.
   
   ```
   $ cat /path/to/client.conf
   serviceUrl=
   brokerServiceUrl=
   webServiceUrl=
   authPlugin=
   authParams=
   useTls=
   
   $ pulsar-client --url <broker url> consume -s <subscription name> <topic>
   <usage>
   ```
   
   I want to use client tool with only `--url` option.
   
   ### Modifications
   Enable `pulsar-client` command to be used with only `--url` option.
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to