BewareMyPower commented on PR #236:
URL: 
https://github.com/apache/pulsar-client-cpp/pull/236#issuecomment-1488558804

   > Is it better to use pulsar-shell instead of using raw HTTP calls?
   
   If we're going to use `pulsar-shell`, we need to download it first and 
uncompress it to a specific path, then add separated config files for each 
cluster. But `curl` is already installed in most of the Linux/Unix systems by 
default.
   
   For this case, using `curl` is simple and enough and I didn't see any 
advantage of `pulsar-shell`. `pulsar-shell` could have pretty output for JSON, 
but here we only need to create the namespaces and configure the policies.


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