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 a867db1c618 Docs sync done from apache/pulsar (#bfee7a6)
a867db1c618 is described below
commit a867db1c61817633a37b32a5f6f0171879e39a94
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 11 01:37:06 2025 +0000
Docs sync done from apache/pulsar (#bfee7a6)
---
.../next/config/reference-configuration-broker.md | 22 ++++++++++++++++++++++
.../config/reference-configuration-standalone.md | 22 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 310baa9e143..440c0d920c5 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -1137,6 +1137,17 @@ Enable/disable automatic bundle unloading for
load-shedding
**Category**: Load Balancer
+### loadBalancerSheddingExcludedNamespaces
+The namespaces to be excluded from load shedding
+
+**Type**: `java.util.Set`
+
+**Default**: `[]`
+
+**Dynamic**: `true`
+
+**Category**: Load Balancer
+
### loadBalancerSheddingGracePeriodMinutes
Prevent the same topics to be shed and moved to other broker more than once
within this timeframe
@@ -3996,6 +4007,17 @@ Enable or disable strict bookie affinity.
**Category**: Server
+### strictlyVerifySubscriptionName
+If 'strictSubscriptionNameVerification' is true, the new subscription name can
only contain (a-zA-Z_0-9) and these special chars -=:.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `true`
+
+**Category**: Server
+
### systemTopicEnabled
Enable or disable system topic.
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 310baa9e143..440c0d920c5 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -1137,6 +1137,17 @@ Enable/disable automatic bundle unloading for
load-shedding
**Category**: Load Balancer
+### loadBalancerSheddingExcludedNamespaces
+The namespaces to be excluded from load shedding
+
+**Type**: `java.util.Set`
+
+**Default**: `[]`
+
+**Dynamic**: `true`
+
+**Category**: Load Balancer
+
### loadBalancerSheddingGracePeriodMinutes
Prevent the same topics to be shed and moved to other broker more than once
within this timeframe
@@ -3996,6 +4007,17 @@ Enable or disable strict bookie affinity.
**Category**: Server
+### strictlyVerifySubscriptionName
+If 'strictSubscriptionNameVerification' is true, the new subscription name can
only contain (a-zA-Z_0-9) and these special chars -=:.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `true`
+
+**Category**: Server
+
### systemTopicEnabled
Enable or disable system topic.