nodece commented on a change in pull request #13758:
URL: https://github.com/apache/pulsar/pull/13758#discussion_r788849958



##########
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:
       Once #13777 will be merged to master, you can ignore this review.




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