You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Anonymitaet (via GitHub)" <gi...@apache.org> on 2023/03/27 01:59:44 UTC

[GitHub] [pulsar] Anonymitaet commented on issue #19920: [Doc] Deploy on bare metal doc is having wrong URL format for metadataStoreUrl and configurationMetadataStoreUrl

Anonymitaet commented on issue #19920:
URL: https://github.com/apache/pulsar/issues/19920#issuecomment-1484360428

   Hi @BewareMyPower can you help answer the following questions? Thank you!
   
   ===============
   
   1. Should we update the doc as below?
   
       Change
   
       `metadataStoreUrl=zk://zk1.us-west.example.com:2181,zk2.us-west.example.com:2181,zk3.us-west.example.com:2181`
   
       to 
   
       ```
       metadataStoreUrl=zk:zk1.us-west.example.com:2181,zk2.us-west.example.com:2181,zk3.us-west.example.com:2181
       configurationMetadataStoreUrl=zk:zk1.us-west.example.com:2181,zk2.us-west.example.com:2181,zk3.us- 
      west.example.com:2181
       ````
   
       or
   
       ```
       metadataStoreUrl=zk1.us-west.example.com:218,zk2.us-west.example.com:2181,zk3.us-west.example.com:2181
       configurationMetadataStoreUrl=zk1.us-west.example.com:2181,zk2.us-west.example.com:2181,zk3.us- 
        west.example.com:2181
       ```
   
       ?
   
       If both of them are workable, then they should be added to the docs.
   
   2. What are the differences (usage) between the two methods? Any considerations when using each of them? (If any, this might be pointed out in docs).
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org