Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#21e256f)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent c6a58ae commit 44e6654
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/reference/next/pulsar/initialize-cluster-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ $ pulsar initialize-cluster-metadata options
| `-md, --metadata-store` | Metadata Store service url. eg: zk:my-zk:2181|null|
| `--zookeeper-session-timeout-ms` | Local zookeeper session timeout ms|30000|
| `-cms, --configuration-metadata-store` | Configuration Metadata Store connection string|null|
| `-mscp, --metadata-store-config-path` | Metadata Store config path|null|
| `-cmscp, --configuration-metadata-store-config-path` | Configuration Metadata Store config path|null|
| `--initial-num-stream-storage-containers` | Num storage containers of BookKeeper stream storage|16|
| `--initial-num-transaction-coordinators` | Num transaction coordinators will assigned in cluster|16|
| `--existing-bk-metadata-service-uri` | The metadata service URI of the existing BookKeeper cluster that you want to use|null|
Expand Down
1 change: 1 addition & 0 deletions static/reference/next/pulsar/initialize-namespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $ pulsar initialize-namespace options
|---|---|---|
| `-c, --cluster` | Cluster name|null|
| `-cs, --configuration-store` | Configuration Store connection string|null|
| `-cmscp, --configuration-metadata-store-config-path` | Configuration Metadata Store config path|null|
| `--zookeeper-session-timeout-ms` | Local zookeeper session timeout ms|30000|
| `-h, --help` | Show this help message|false|
| `-g, --generate-docs` | Generate docs|false|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $ pulsar initialize-transaction-coordinator-metadata options
|---|---|---|
| `-c, --cluster` | Cluster name|null|
| `-cs, --configuration-store` | Configuration Store connection string|null|
| `-cmscp, --configuration-metadata-store-config-path` | Configuration Metadata Store config path|null|
| `--zookeeper-session-timeout-ms` | Local zookeeper session timeout ms|30000|
| `--initial-num-transaction-coordinators` | Num transaction coordinators will assigned in cluster|16|
| `-h, --help` | Show this help message|false|
Expand Down

0 comments on commit 44e6654

Please sign in to comment.