You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/07 07:58:09 UTC

[GitHub] [pulsar] momo-jun commented on a change in pull request #13758: [DO NOT MERGE][Doc] Rename two parameters about metadatastore (ZK free) and add a comprehensive list for deprecated parameters of broker

momo-jun commented on a change in pull request #13758:
URL: https://github.com/apache/pulsar/pull/13758#discussion_r800390701



##########
File path: site2/docs/administration-proxy.md
##########
@@ -14,8 +14,8 @@ Before using the proxy, you need to configure it with the brokers addresses in t
 
 Pulsar uses [ZooKeeper](https://zookeeper.apache.org) for service discovery. To connect the proxy to ZooKeeper, specify the following in `conf/proxy.conf`.
 ```properties
-zookeeperServers=zk-0,zk-1,zk-2
-configurationStoreServers=zk-0:2184,zk-remote:2184
+metadataStoreUrl=my-zk-0:2181,my-zk-1:2181,my-zk-2:2181
+configurationMetadataStoreUrl=my-zk-0:2184,my-zk-remote:2184

Review comment:
       Hi @RobertIndie, can you pls help review this modification to resolve conflict with PR#14081? Thanks.




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