This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5fca307f6e4 Revise a error statement (#503)
5fca307f6e4 is described below
commit 5fca307f6e403fbf369fe83a3964283f876cf07a
Author: www <[email protected]>
AuthorDate: Tue Apr 4 16:23:41 2023 +0800
Revise a error statement (#503)
Co-authored-by: www <[email protected]>
---
versioned_docs/version-2.11.x/deploy-bare-metal.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-2.11.x/deploy-bare-metal.md
b/versioned_docs/version-2.11.x/deploy-bare-metal.md
index b934acf41a2..a8ccdf23db5 100644
--- a/versioned_docs/version-2.11.x/deploy-bare-metal.md
+++ b/versioned_docs/version-2.11.x/deploy-bare-metal.md
@@ -340,7 +340,7 @@ Pulsar brokers are the last thing you need to deploy in
your Pulsar cluster. Bro
### Configure Brokers
-You can configure BookKeeper bookies using the `conf/broker.conf`
configuration file. The most important element of broker configuration is
ensuring that each broker is aware of the ZooKeeper cluster that you have
deployed. Ensure that the
[`metadataStoreUrl`](reference-configuration.md#broker) and
[`configurationMetadataStoreUrl`](reference-configuration.md#broker) parameters
are correct. In this case, since you only have 1 cluster and no configuration
store setup, the `configurationMet [...]
+You can configure Pulsar brokers using the `conf/broker.conf` configuration
file. The most important element of broker configuration is ensuring that each
broker is aware of the ZooKeeper cluster that you have deployed. Ensure that
the [`metadataStoreUrl`](reference-configuration.md#broker) and
[`configurationMetadataStoreUrl`](reference-configuration.md#broker) parameters
are correct. In this case, since you only have 1 cluster and no configuration
store setup, the `configurationMetadat [...]
```properties
metadataStoreUrl=zk:zk1.us-west.example.com:2181,zk2.us-west.example.com:2181,zk3.us-west.example.com:2181