ivankelly commented on a change in pull request #1059: Issue 1014: Rename
"global zookeeper" to "configuration-store"(change in code, conf and cli)
URL: https://github.com/apache/incubator-pulsar/pull/1059#discussion_r173122893
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/PulsarClusterMetadataSetup.java
##########
@@ -106,7 +115,7 @@ public static void main(String[] args) throws Exception {
ZooKeeperClientFactory zkfactory = new ZookeeperClientFactoryImpl();
ZooKeeper localZk = zkfactory.create(arguments.zookeeper,
SessionType.ReadWrite, 30000).get();
- ZooKeeper globalZk = zkfactory.create(arguments.globalZookeeper,
SessionType.ReadWrite, 30000).get();
+ ZooKeeper globalZk = zkfactory.create(arguments.configurationStore,
SessionType.ReadWrite, 30000).get();
Review comment:
rename globalZk to configStoreZk or something.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services