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 68ed3daa4bb Docs sync done from apache/pulsar (#08d89a2)
68ed3daa4bb is described below
commit 68ed3daa4bb558e4cb25a0169c59d61b8d209b2d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 24 01:39:38 2026 +0000
Docs sync done from apache/pulsar (#08d89a2)
---
.../next/config/reference-configuration-broker.md | 15 +++++++++++++--
.../next/config/reference-configuration-standalone.md | 15 +++++++++++++--
static/swagger/master/swagger.json | 19 +++++++------------
static/swagger/master/v2/swagger.json | 19 +++++++------------
4 files changed, 40 insertions(+), 28 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index e91fbfd883e..0effe14dda8 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2752,6 +2752,17 @@ The schema compatibility strategy in broker level
**Category**: Schema
+### schemaJsonAllowLegacyJacksonFormat
+Whether to allow legacy Jackson JsonSchema format for SchemaType.JSON schema
definitions. When false (default), only valid Apache Avro schema format is
accepted for SchemaType.JSON, consistent with what the consumer side requires.
When true, the pre-2.1 backward-compatible behavior is preserved for
deployments that still have topics with legacy-format schemas. See PIP-464 for
details.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `false`
+
+**Category**: Schema
+
### schemaRegistryCompatibilityCheckers
The list compatibility checkers to be used in schema registry
@@ -3692,7 +3703,7 @@ Max memory size for broker handling messages sending from
producers.
**Type**: `int`
-**Default**: `1999`
+**Default**: `2000`
**Dynamic**: `true`
@@ -5316,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 e91fbfd883e..0effe14dda8 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2752,6 +2752,17 @@ The schema compatibility strategy in broker level
**Category**: Schema
+### schemaJsonAllowLegacyJacksonFormat
+Whether to allow legacy Jackson JsonSchema format for SchemaType.JSON schema
definitions. When false (default), only valid Apache Avro schema format is
accepted for SchemaType.JSON, consistent with what the consumer side requires.
When true, the pre-2.1 backward-compatible behavior is preserved for
deployments that still have topics with legacy-format schemas. See PIP-464 for
details.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `false`
+
+**Category**: Schema
+
### schemaRegistryCompatibilityCheckers
The list compatibility checkers to be used in schema registry
@@ -3692,7 +3703,7 @@ Max memory size for broker handling messages sending from
producers.
**Type**: `int`
-**Default**: `1999`
+**Default**: `2000`
**Dynamic**: `true`
@@ -5316,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 2980246cd20..e2f3da535d4 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1488,28 +1488,23 @@
"format": "int64",
"type": "integer"
},
+ "isOffloaded": {
+ "type": "boolean"
+ },
"ledgerId": {
"format": "int64",
"type": "integer"
},
- "metadata": {
+ "offloadedContextUuid": {
"type": "string"
},
- "offloaded": {
- "type": "boolean"
- },
- "properties": {
- "additionalProperties": {
- "type": "string"
- },
- "type": "object"
- },
"size": {
"format": "int64",
"type": "integer"
},
- "underReplicated": {
- "type": "boolean"
+ "timestamp": {
+ "format": "int64",
+ "type": "integer"
}
},
"type": "object"
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index 2980246cd20..e2f3da535d4 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1488,28 +1488,23 @@
"format": "int64",
"type": "integer"
},
+ "isOffloaded": {
+ "type": "boolean"
+ },
"ledgerId": {
"format": "int64",
"type": "integer"
},
- "metadata": {
+ "offloadedContextUuid": {
"type": "string"
},
- "offloaded": {
- "type": "boolean"
- },
- "properties": {
- "additionalProperties": {
- "type": "string"
- },
- "type": "object"
- },
"size": {
"format": "int64",
"type": "integer"
},
- "underReplicated": {
- "type": "boolean"
+ "timestamp": {
+ "format": "int64",
+ "type": "integer"
}
},
"type": "object"