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

github-actions[bot] 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 da00a6896a9 Docs sync done from apache/pulsar (#b805304)
da00a6896a9 is described below

commit da00a6896a95afb577430af9c3e1fde7e4c8dab3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 01:37:48 2026 +0000

    Docs sync done from apache/pulsar (#b805304)
---
 .../next/config/reference-configuration-broker.md         | 15 +++++++++++++--
 .../next/config/reference-configuration-standalone.md     | 15 +++++++++++++--
 2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 18339d36b14..0d1c9cdf8a4 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -3990,7 +3990,7 @@ Max memory size for broker handling messages sending from 
producers.
 
 **Type**: `int`
 
-**Default**: `1999`
+**Default**: `2000`
 
 **Dynamic**: `true`
 
@@ -4639,6 +4639,17 @@ The class name of the topic policies service. There are 
2 built-in implementatio
 
 **Category**: Server
 
+### topicPolicyListenerReplayEnabled
+When enabled, all registered topic-policy listeners in a namespace are 
re-notified with the current topic policies after the namespace's topic-policy 
cache finishes its initial load. Topics load and apply their own policies when 
they are loaded, so this broadcast is normally redundant; it is only needed for 
custom plugins that register TopicPolicyListeners and depend on it for 
backwards compatibility. Disabled by default.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### topicsPatternRegexImplementation
 The regular expression implementation to use for topic pattern matching. 
 RE2J_WITH_JDK_FALLBACK is the default. It uses the RE2J implementation and 
falls back to the JDK implementation for backwards compatibility reasons when 
the pattern compilation fails with the RE2/j library.
@@ -5633,7 +5644,7 @@ This memory is allocated from JVM direct memory and it's 
shared across all the t
 
 **Type**: `int`
 
-**Default**: `799`
+**Default**: `800`
 
 **Dynamic**: `true`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 18339d36b14..0d1c9cdf8a4 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -3990,7 +3990,7 @@ Max memory size for broker handling messages sending from 
producers.
 
 **Type**: `int`
 
-**Default**: `1999`
+**Default**: `2000`
 
 **Dynamic**: `true`
 
@@ -4639,6 +4639,17 @@ The class name of the topic policies service. There are 
2 built-in implementatio
 
 **Category**: Server
 
+### topicPolicyListenerReplayEnabled
+When enabled, all registered topic-policy listeners in a namespace are 
re-notified with the current topic policies after the namespace's topic-policy 
cache finishes its initial load. Topics load and apply their own policies when 
they are loaded, so this broadcast is normally redundant; it is only needed for 
custom plugins that register TopicPolicyListeners and depend on it for 
backwards compatibility. Disabled by default.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### topicsPatternRegexImplementation
 The regular expression implementation to use for topic pattern matching. 
 RE2J_WITH_JDK_FALLBACK is the default. It uses the RE2J implementation and 
falls back to the JDK implementation for backwards compatibility reasons when 
the pattern compilation fails with the RE2/j library.
@@ -5633,7 +5644,7 @@ This memory is allocated from JVM direct memory and it's 
shared across all the t
 
 **Type**: `int`
 
-**Default**: `799`
+**Default**: `800`
 
 **Dynamic**: `true`
 

Reply via email to