merlimat commented on a change in pull request #1553: Pulsar 2.0 docs
URL: https://github.com/apache/incubator-pulsar/pull/1553#discussion_r184606374
##########
File path: site/_data/cli/pulsar.yaml
##########
@@ -100,12 +100,12 @@ commands:
example: |
pulsar proxy \
--zookeeper-servers zk-0,zk-1,zk2 \
- --global-zookeeper-servers zk-0,zk-1,zk-2
+ --configuration-store-servers zk-0,zk-1,zk-2
options:
- flags: -c, --config
description: Path to a Pulsar proxy configuration file
- - flags: -gzk, --global-zookeeper-servers
- description: Global ZooKeeper connection string
+ - flags: -css, --configuration-store-servers
+ description: Configuratino store connection string
Review comment:
`Configuratino` -> `Configuration`
----------------------------------------------------------------
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