This is an automated email from the ASF dual-hosted git repository.
urfree 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 5866698ca32a Docs sync done from apache/pulsar (#10f4e02)
5866698ca32a is described below
commit 5866698ca32ad15471b0d918ad7843725774dd70
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 6 01:37:40 2024 +0000
Docs sync done from apache/pulsar (#10f4e02)
---
.../reference/next/config/reference-configuration-broker.md | 13 ++++++++++++-
.../next/config/reference-configuration-standalone.md | 13 ++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 0630bdd90cab..e841dccbab6f 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2789,6 +2789,17 @@ Event topic to sync configuration-metadata between
separate pulsar clusters on d
**Category**: Server
+### configurationStoreConfigPath
+Configuration file path for configuration metadata store.
+
+**Type**: `java.lang.String`
+
+**Default**: `null`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### connectionLivenessCheckTimeoutMillis
Timeout for connection liveness check used to check liveness of possible
consumer or producer duplicates. Helps prevent ProducerFencedException with
exclusive producer, ConsumerAssignException with range conflict for Key Shared
with sticky hash ranges or ConsumerBusyException in the case of an exclusive
consumer. Set to 0 to disable connection liveness check.
@@ -3548,7 +3559,7 @@ Metadata store cache expiry time in seconds.
**Category**: Server
### metadataStoreConfigPath
-Configuration file path for local metadata store. It's supported by
RocksdbMetadataStore for now.
+Configuration file path for local metadata store.
**Type**: `java.lang.String`
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 0630bdd90cab..e841dccbab6f 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2789,6 +2789,17 @@ Event topic to sync configuration-metadata between
separate pulsar clusters on d
**Category**: Server
+### configurationStoreConfigPath
+Configuration file path for configuration metadata store.
+
+**Type**: `java.lang.String`
+
+**Default**: `null`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### connectionLivenessCheckTimeoutMillis
Timeout for connection liveness check used to check liveness of possible
consumer or producer duplicates. Helps prevent ProducerFencedException with
exclusive producer, ConsumerAssignException with range conflict for Key Shared
with sticky hash ranges or ConsumerBusyException in the case of an exclusive
consumer. Set to 0 to disable connection liveness check.
@@ -3548,7 +3559,7 @@ Metadata store cache expiry time in seconds.
**Category**: Server
### metadataStoreConfigPath
-Configuration file path for local metadata store. It's supported by
RocksdbMetadataStore for now.
+Configuration file path for local metadata store.
**Type**: `java.lang.String`