gaozhangmin commented on a change in pull request #13777:
URL: https://github.com/apache/pulsar/pull/13777#discussion_r792332614



##########
File path: 
pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyServiceStarter.java
##########
@@ -72,13 +72,15 @@
 
     @Parameter(names = { "-zk", "--zookeeper-servers" }, description = "Local 
zookeeper connection string")
     private String zookeeperServers = "";
+    @Parameter(names = { "-md", "--metadata-store" }, description = "Metadata 
Store service url. eg: zk:my-zk:2181")
+    private String metadataStoreUrl = "";
 
     @Deprecated
     @Parameter(names = { "-gzk", "--global-zookeeper-servers" }, description = 
"Global zookeeper connection string")
     private String globalZookeeperServers = "";
 
     @Parameter(names = { "-cs", "--configuration-store-servers" },
-        description = "Configuration store connection string")
+                    description = "Configuration store connection string")
     private String configurationStoreServers = "";

Review comment:
       I think the the variable name is ok, just make sure we use 
config.setConfigurationMetadataStoreUrl(configurationStoreServers);
   instead of config.setConfigurationStoreServers(configurationStoreServers);




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