merlimat commented on a change in pull request #13077:
URL: https://github.com/apache/pulsar/pull/13077#discussion_r760724212
##########
File path: conf/broker.conf
##########
@@ -19,11 +19,15 @@
### --- General broker settings --- ###
-# Zookeeper quorum connection string
-zookeeperServers=
+# The metadata store URL
+# Examples:
+# * zk:my-zk-1:2181,my-zk-2:2181,my-zk-3:2181
+# * my-zk-1:2181,my-zk-2:2181,my-zk-3:2181 (will default to ZooKeeper when the
schema is not specified)
+# * zk:my-zk-1:2181,my-zk-2:2181,my-zk-3:2181/my-chroot-path (to add a ZK
chroot path)
+metadataStoreUrl=
-# Configuration Store connection string
-configurationStoreServers=
+# The metadata store URL for the configuration data. If empty, we fall back to
use metadataStoreUrl
+configurationMetadataStoreUrl=
Review comment:
I have moved all the deprecated configs in a section at the end of the
file, to be less visible (and less confusing) but without breaking the
compatibility.
--
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]