lexxcbrm opened a new issue, #24426:
URL: https://github.com/apache/pulsar/issues/24426

   ### Search before reporting
   
   - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### What issue do you find in Pulsar docs?
   
   There is no explanaton about how to define multiple servers in 
metadataServiceUri in bookkeeper.conf . I tried to set zkservers separated by 
comma as it defined in [Zookeeper 
parameters](https://github.com/apache/pulsar/blob/4e1d863634613f9e7dd13935138034712d9f1b69/conf/bookkeeper.conf#L694).
 But bookkeeper reads only first server in list. If I set it separated by 
semicolon then bookkeeper works fine.
   
   
https://github.com/apache/pulsar/blob/4e1d863634613f9e7dd13935138034712d9f1b69/conf/bookkeeper.conf#L661
   
   ### What is your suggestion?
   
   Define it like in bookkeeper repository
   
   Add line after 
[664](https://github.com/apache/pulsar/blob/4e1d863634613f9e7dd13935138034712d9f1b69/conf/bookkeeper.conf#L664)
   \#  - 
metadataServiceUri=metadata-store:zk:my-zk-1:2181;my-zk-2:2181;my-zk-3:2181
   
   
   
   ### Any reference?
   
   
https://github.com/apache/bookkeeper/blob/5db6f2251b0613996881de4b0ac602db5c70dfde/conf/bk_server.conf#L749
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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