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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]