Skip to content

Commit

Permalink
[Doc] Allow configuring metadataStoreUrl in `pulsar-perf managed-le…
Browse files Browse the repository at this point in the history
…dger` (apache#14162)
  • Loading branch information
RobertIndie authored Feb 10, 2022
1 parent edf4858 commit 166c409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static class Arguments {
public String zookeeperServers;

@Parameter(names = {"-md",
"--metadata-store"}, description = "Metadata store service url. eg: zk:my-zk:2181")
"--metadata-store"}, description = "Metadata store service URL. For example: zk:my-zk:2181")
private String metadataStoreUrl;

@Parameter(names = { "-o", "--max-outstanding" }, description = "Max number of outstanding requests")
Expand Down
2 changes: 1 addition & 1 deletion site2/docs/reference-cli-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ Options
|`-time`, `--test-duration`|Test duration (in seconds). If this value is less than or equal to 0, it keeps publishing messages.|0|
|`--threads`|Number of threads writing|1|
|`-w`, `--write-quorum`|Ledger write quorum|1|
|`-zk`, `--zookeeperServers`|ZooKeeper connection string||
|`-md`, `--metadata-store`|Metadata store service URL. For example: zk:my-zk:2181||


### `monitor-brokers`
Expand Down

0 comments on commit 166c409

Please sign in to comment.