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 b865b9743a9 Docs sync done from apache/pulsar (#9db31cc)
b865b9743a9 is described below
commit b865b9743a95b873c408175e1aef289f56a5bd55
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 13 01:39:43 2026 +0000
Docs sync done from apache/pulsar (#9db31cc)
---
.../next/config/reference-configuration-broker.md | 24 +++++++++++++++++++++-
.../config/reference-configuration-standalone.md | 24 +++++++++++++++++++++-
static/swagger/master/swagger.json | 14 +++++++++++++
static/swagger/master/v2/swagger.json | 14 +++++++++++++
4 files changed, 74 insertions(+), 2 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 3e4a3633e57..ac0ec0b2c64 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2016,7 +2016,18 @@ On Shared and KeyShared subscriptions, if all available
messages in the subscrip
**Category**: Policies
### enableBrokerSideSubscriptionPatternEvaluation
-Enables evaluating subscription pattern on broker side.
+Enables evaluating subscription pattern on broker side. Note: This config no
longer controls watching topic list. Please use `enableBrokerTopicListWatcher`
to control that behavior.
+
+**Type**: `boolean`
+
+**Default**: `true`
+
+**Dynamic**: `false`
+
+**Category**: Policies
+
+### enableBrokerTopicListWatcher
+Enables watching topic add/remove events on broker side for subscription
pattern evaluation.
**Type**: `boolean`
@@ -4083,6 +4094,17 @@ If true, (and ModularLoadManagerImpl is being used), the
load manager will attem
**Category**: Server
+### pulsarResourcesExtendedClassName
+The class name of the PulsarResourcesExtended implementation. This class must
implement org.apache.pulsar.broker.PulsarResourcesExtended.
+
+**Type**: `java.lang.String`
+
+**Default**: `org.apache.pulsar.broker.DefaultPulsarResourcesExtended`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### replicatedSubscriptionsSnapshotFrequencyMillis
Frequency of snapshots for replicated subscriptions tracking.
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 3e4a3633e57..ac0ec0b2c64 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2016,7 +2016,18 @@ On Shared and KeyShared subscriptions, if all available
messages in the subscrip
**Category**: Policies
### enableBrokerSideSubscriptionPatternEvaluation
-Enables evaluating subscription pattern on broker side.
+Enables evaluating subscription pattern on broker side. Note: This config no
longer controls watching topic list. Please use `enableBrokerTopicListWatcher`
to control that behavior.
+
+**Type**: `boolean`
+
+**Default**: `true`
+
+**Dynamic**: `false`
+
+**Category**: Policies
+
+### enableBrokerTopicListWatcher
+Enables watching topic add/remove events on broker side for subscription
pattern evaluation.
**Type**: `boolean`
@@ -4083,6 +4094,17 @@ If true, (and ModularLoadManagerImpl is being used), the
load manager will attem
**Category**: Server
+### pulsarResourcesExtendedClassName
+The class name of the PulsarResourcesExtended implementation. This class must
implement org.apache.pulsar.broker.PulsarResourcesExtended.
+
+**Type**: `java.lang.String`
+
+**Default**: `org.apache.pulsar.broker.DefaultPulsarResourcesExtended`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### replicatedSubscriptionsSnapshotFrequencyMillis
Frequency of snapshots for replicated subscriptions tracking.
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index d51deb16528..76bc964daae 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -13824,6 +13824,13 @@
"name": "includeSystemTopic",
"required": false,
"type": "boolean"
+ },
+ {
+ "description": "properties for customized topic
listing plugin, format: k1=v1,k2=v2",
+ "in": "query",
+ "name": "properties",
+ "required": false,
+ "type": "string"
}
],
"produces": [
@@ -24396,6 +24403,13 @@
"name": "includeSystemTopic",
"required": false,
"type": "boolean"
+ },
+ {
+ "description": "properties for customized topic
listing plugin, format: k1=v1,k2=v2",
+ "in": "query",
+ "name": "properties",
+ "required": false,
+ "type": "string"
}
],
"produces": [
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index d51deb16528..76bc964daae 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -13824,6 +13824,13 @@
"name": "includeSystemTopic",
"required": false,
"type": "boolean"
+ },
+ {
+ "description": "properties for customized topic
listing plugin, format: k1=v1,k2=v2",
+ "in": "query",
+ "name": "properties",
+ "required": false,
+ "type": "string"
}
],
"produces": [
@@ -24396,6 +24403,13 @@
"name": "includeSystemTopic",
"required": false,
"type": "boolean"
+ },
+ {
+ "description": "properties for customized topic
listing plugin, format: k1=v1,k2=v2",
+ "in": "query",
+ "name": "properties",
+ "required": false,
+ "type": "string"
}
],
"produces": [