BewareMyPower commented on issue #9474:
URL: https://github.com/apache/pulsar/issues/9474#issuecomment-773157098


   By the way, in my own cluster, there's no `/pulsar` node, see
   
   ```bash
   $ ls /
   [admin, bookies, counters, ledgers, loadbalance, managed-ledgers, namespace, 
schemas, stream, zookeeper]
   ```
   
   And for the change
   
   > `"--bookkeeper-metadata-service-uri" --> 
"--existing-bk-metadata-service-uri"`.
   
   I think it's not necessary. The parameter is different from 
`PulsarClusterMetadataSetup`, when we setup a cluster, we need to differ if the 
URI is an existed BK or a not existed BK that will be created. If we just use 
`--bookkeeper-metadata-service-uri`, it may be confused. So the parameter name 
became `--existing-bk-metadata-service-uri`.
   
   However, when we teardown a cluster, there's no way that we need to specify 
a not existed BK.


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


Reply via email to