This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c01ced9d3c [improve][doc] Update metadataStoreConfigPath description 
(#16737)
7c01ced9d3c is described below

commit 7c01ced9d3cbeef5491c7d015c38a927eeaa3cc6
Author: Zixuan Liu <[email protected]>
AuthorDate: Sat Jul 23 10:22:26 2022 +0800

    [improve][doc] Update metadataStoreConfigPath description (#16737)
---
 site2/docs/reference-configuration.md                                  | 3 ++-
 site2/website/versioned_docs/version-2.10.0/reference-configuration.md | 3 ++-
 site2/website/versioned_docs/version-2.10.1/reference-configuration.md | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/site2/docs/reference-configuration.md 
b/site2/docs/reference-configuration.md
index ac9c7530968..e42ace8acf2 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -142,6 +142,7 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |statsUpdateFrequencyInSecs||60|
 |statsUpdateInitialDelayInSecs||60|
 |metadataStoreUrl| Metadata store quorum connection string  ||
+| metadataStoreConfigPath | The configuration file path of the local metadata 
store. See [Configure metadata store](administration-metadata-store.md) for 
details. |N/A|
 |metadataStoreCacheExpirySeconds|Metadata store cache expiry time in 
seconds|300|
 |configurationMetadataStoreUrl| Configuration store connection string (as a 
comma-separated list) ||
 |brokerServicePort| Broker data port  |6650|
@@ -737,7 +738,7 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 |haProxyProtocolEnabled | Enable or disable the 
[HAProxy](http://www.haproxy.org/) protocol. |false|
 |bookieId | If you want to custom a bookie ID or use a dynamic network address 
for a bookie, you can set the `bookieId`. <br /><br />Bookie advertises itself 
using the `bookieId` rather than the `BookieSocketAddress` (`hostname:port` or 
`IP:port`).<br /><br /> The `bookieId` is a non-empty string that can contain 
ASCII digits and letters ([a-zA-Z9-0]), colons, dashes, and dots. <br /><br 
/>For more information about `bookieId`, see 
[here](http://bookkeeper.apache.org/bps/BP-41-bookieid/).|/|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be 
created in the namespace. When the number of topics reaches this threshold, the 
broker rejects the request of creating a new topic, including the auto-created 
topics by the producer or consumer, until the number of connected consumers 
decreases. The default value 0 disables the check. | 0 |
-| metadataStoreConfigPath | The configuration file path of the local metadata 
store. Standalone Pulsar uses [RocksDB](http://rocksdb.org/) as the local 
metadata store. The format is `/xxx/xx/rocksdb.ini`. |N/A|
+| metadataStoreConfigPath | The configuration file path of the local metadata 
store. See [Configure metadata store](administration-metadata-store.md) for 
details. |N/A|
 |schemaRegistryStorageClassName|The schema storage implementation used by this 
broker.|org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory|
 |isSchemaValidationEnforced| Whether to enable schema validation, when schema 
validation is enabled, if a producer without a schema attempts to produce the 
message to a topic with schema, the producer is rejected and 
disconnected.|false|
 |isAllowAutoUpdateSchemaEnabled|Allow schema to be auto updated at broker 
level.|true|
diff --git 
a/site2/website/versioned_docs/version-2.10.0/reference-configuration.md 
b/site2/website/versioned_docs/version-2.10.0/reference-configuration.md
index 14d07285292..fced1f9e937 100644
--- a/site2/website/versioned_docs/version-2.10.0/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.10.0/reference-configuration.md
@@ -143,6 +143,7 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |statsUpdateFrequencyInSecs||60|
 |statsUpdateInitialDelayInSecs||60|
 |metadataStoreUrl| Metadata store quorum connection string  ||
+| metadataStoreConfigPath | The configuration file path of the local metadata 
store. See [Configure metadata store](administration-metadata-store.md) for 
details. |N/A|
 |metadataStoreCacheExpirySeconds|Metadata store cache expiry time in 
seconds|300|
 |configurationMetadataStoreUrl| Configuration store connection string (as a 
comma-separated list) ||
 |brokerServicePort| Broker data port  |6650|
@@ -702,7 +703,7 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 |haProxyProtocolEnabled | Enable or disable the 
[HAProxy](http://www.haproxy.org/) protocol. |false|
 |bookieId | If you want to custom a bookie ID or use a dynamic network address 
for a bookie, you can set the `bookieId`. <br /><br />Bookie advertises itself 
using the `bookieId` rather than the `BookieSocketAddress` (`hostname:port` or 
`IP:port`).<br /><br /> The `bookieId` is a non-empty string that can contain 
ASCII digits and letters ([a-zA-Z9-0]), colons, dashes, and dots. <br /><br 
/>For more information about `bookieId`, see 
[here](http://bookkeeper.apache.org/bps/BP-41-bookieid/).|/|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be 
created in the namespace. When the number of topics reaches this threshold, the 
broker rejects the request of creating a new topic, including the auto-created 
topics by the producer or consumer, until the number of connected consumers 
decreases. The default value 0 disables the check. | 0 |
-| metadataStoreConfigPath | The configuration file path of the local metadata 
store. Standalone Pulsar uses [RocksDB](http://rocksdb.org/) as the local 
metadata store. The format is `/xxx/xx/rocksdb.ini`. |N/A|
+| metadataStoreConfigPath | The configuration file path of the local metadata 
store. See [Configure metadata store](administration-metadata-store.md) for 
details. |N/A|
 |schemaRegistryStorageClassName|The schema storage implementation used by this 
broker.|org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory|
 |isSchemaValidationEnforced| Whether to enable schema validation, when schema 
validation is enabled, if a producer without a schema attempts to produce the 
message to a topic with schema, the producer is rejected and 
disconnected.|false|
 |isAllowAutoUpdateSchemaEnabled|Allow schema to be auto updated at broker 
level.|true|
diff --git 
a/site2/website/versioned_docs/version-2.10.1/reference-configuration.md 
b/site2/website/versioned_docs/version-2.10.1/reference-configuration.md
index b261317782b..7d8eea35b80 100644
--- a/site2/website/versioned_docs/version-2.10.1/reference-configuration.md
+++ b/site2/website/versioned_docs/version-2.10.1/reference-configuration.md
@@ -143,6 +143,7 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |statsUpdateFrequencyInSecs||60|
 |statsUpdateInitialDelayInSecs||60|
 |metadataStoreUrl| Metadata store quorum connection string  ||
+| metadataStoreConfigPath | The configuration file path of the local metadata 
store. See [Configure metadata store](administration-metadata-store.md) for 
details. |N/A|
 |metadataStoreCacheExpirySeconds|Metadata store cache expiry time in 
seconds|300|
 |configurationMetadataStoreUrl| Configuration store connection string (as a 
comma-separated list) ||
 |brokerServicePort| Broker data port  |6650|
@@ -716,7 +717,7 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 |haProxyProtocolEnabled | Enable or disable the 
[HAProxy](http://www.haproxy.org/) protocol. |false|
 |bookieId | If you want to custom a bookie ID or use a dynamic network address 
for a bookie, you can set the `bookieId`. <br /><br />Bookie advertises itself 
using the `bookieId` rather than the `BookieSocketAddress` (`hostname:port` or 
`IP:port`).<br /><br /> The `bookieId` is a non-empty string that can contain 
ASCII digits and letters ([a-zA-Z9-0]), colons, dashes, and dots. <br /><br 
/>For more information about `bookieId`, see 
[here](http://bookkeeper.apache.org/bps/BP-41-bookieid/).|/|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be 
created in the namespace. When the number of topics reaches this threshold, the 
broker rejects the request of creating a new topic, including the auto-created 
topics by the producer or consumer, until the number of connected consumers 
decreases. The default value 0 disables the check. | 0 |
-| metadataStoreConfigPath | The configuration file path of the local metadata 
store. Standalone Pulsar uses [RocksDB](http://rocksdb.org/) as the local 
metadata store. The format is `/xxx/xx/rocksdb.ini`. |N/A|
+| metadataStoreConfigPath | The configuration file path of the local metadata 
store. See [Configure metadata store](administration-metadata-store.md) for 
details. |N/A|
 |schemaRegistryStorageClassName|The schema storage implementation used by this 
broker.|org.apache.pulsar.broker.service.schema.BookkeeperSchemaStorageFactory|
 |isSchemaValidationEnforced| Whether to enable schema validation, when schema 
validation is enabled, if a producer without a schema attempts to produce the 
message to a topic with schema, the producer is rejected and 
disconnected.|false|
 |isAllowAutoUpdateSchemaEnabled|Allow schema to be auto updated at broker 
level.|true|

Reply via email to