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 4f127110647 Docs sync done from apache/pulsar (#b171b05)
4f127110647 is described below

commit 4f127110647b748d4a99d292fa660311f8cee397
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 01:40:11 2026 +0000

    Docs sync done from apache/pulsar (#b171b05)
---
 static/reference/next/config/reference-configuration-broker.md   | 4 ++--
 .../reference/next/config/reference-configuration-standalone.md  | 4 ++--
 static/swagger/master/swagger.json                               | 9 ++++++---
 static/swagger/master/v2/swagger.json                            | 9 ++++++---
 4 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index bca0b378163..9f5e5701d89 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -3703,7 +3703,7 @@ Max memory size for broker handling messages sending from 
producers.
 
 **Type**: `int`
 
-**Default**: `1999`
+**Default**: `2000`
 
 **Dynamic**: `true`
 
@@ -5327,7 +5327,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 bca0b378163..9f5e5701d89 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -3703,7 +3703,7 @@ Max memory size for broker handling messages sending from 
producers.
 
 **Type**: `int`
 
-**Default**: `1999`
+**Default**: `2000`
 
 **Dynamic**: `true`
 
@@ -5327,7 +5327,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/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index 490f2c71424..aaa5be07d65 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -3459,9 +3459,6 @@
                     },
                     "type": "object"
                 },
-                "clusterThatCanDeleteNamespace": {
-                    "type": "string"
-                },
                 "compaction_threshold": {
                     "format": "int64",
                     "type": "integer"
@@ -11880,6 +11877,12 @@
                             },
                             "type": "array"
                         }
+                    },
+                    {
+                        "in": "query",
+                        "name": "compareTopicPartitions",
+                        "required": false,
+                        "type": "boolean"
                     }
                 ],
                 "produces": [
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index 490f2c71424..aaa5be07d65 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -3459,9 +3459,6 @@
                     },
                     "type": "object"
                 },
-                "clusterThatCanDeleteNamespace": {
-                    "type": "string"
-                },
                 "compaction_threshold": {
                     "format": "int64",
                     "type": "integer"
@@ -11880,6 +11877,12 @@
                             },
                             "type": "array"
                         }
+                    },
+                    {
+                        "in": "query",
+                        "name": "compareTopicPartitions",
+                        "required": false,
+                        "type": "boolean"
                     }
                 ],
                 "produces": [

Reply via email to