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 54481c85d2e Docs sync done from apache/pulsar (#a412a75)
54481c85d2e is described below
commit 54481c85d2e820aa3fff6d80fdf02c8358ff52ea
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 13 01:36:12 2025 +0000
Docs sync done from apache/pulsar (#a412a75)
---
static/swagger/master/swaggerfunctions.json | 30 ++++++++++++++++++++++++++
static/swagger/master/swaggersource.json | 30 ++++++++++++++++++++++++++
static/swagger/master/v3/swaggerfunctions.json | 30 ++++++++++++++++++++++++++
static/swagger/master/v3/swaggersource.json | 30 ++++++++++++++++++++++++++
4 files changed, 120 insertions(+)
diff --git a/static/swagger/master/swaggerfunctions.json
b/static/swagger/master/swaggerfunctions.json
index 9e40f88b187..def09fa5f7e 100644
--- a/static/swagger/master/swaggerfunctions.json
+++ b/static/swagger/master/swaggerfunctions.json
@@ -38,6 +38,33 @@
},
"type": "object"
},
+ "BatchingConfig": {
+ "properties": {
+ "batchBuilder": {
+ "type": "string"
+ },
+ "batchingMaxBytes": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxMessages": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxPublishDelayMs": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "roundRobinRouterBatchingPartitionSwitchFrequency": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
@@ -707,6 +734,9 @@
"batchBuilder": {
"type": "string"
},
+ "batchingConfig": {
+ "$ref": "#/definitions/BatchingConfig"
+ },
"compressionType": {
"enum": [
"NONE",
diff --git a/static/swagger/master/swaggersource.json
b/static/swagger/master/swaggersource.json
index 188aaeb805a..9667186767d 100644
--- a/static/swagger/master/swaggersource.json
+++ b/static/swagger/master/swaggersource.json
@@ -52,6 +52,33 @@
},
"type": "object"
},
+ "BatchingConfig": {
+ "properties": {
+ "batchBuilder": {
+ "type": "string"
+ },
+ "batchingMaxBytes": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxMessages": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxPublishDelayMs": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "roundRobinRouterBatchingPartitionSwitchFrequency": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
@@ -216,6 +243,9 @@
"batchBuilder": {
"type": "string"
},
+ "batchingConfig": {
+ "$ref": "#/definitions/BatchingConfig"
+ },
"compressionType": {
"enum": [
"NONE",
diff --git a/static/swagger/master/v3/swaggerfunctions.json
b/static/swagger/master/v3/swaggerfunctions.json
index 9e40f88b187..def09fa5f7e 100644
--- a/static/swagger/master/v3/swaggerfunctions.json
+++ b/static/swagger/master/v3/swaggerfunctions.json
@@ -38,6 +38,33 @@
},
"type": "object"
},
+ "BatchingConfig": {
+ "properties": {
+ "batchBuilder": {
+ "type": "string"
+ },
+ "batchingMaxBytes": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxMessages": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxPublishDelayMs": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "roundRobinRouterBatchingPartitionSwitchFrequency": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
@@ -707,6 +734,9 @@
"batchBuilder": {
"type": "string"
},
+ "batchingConfig": {
+ "$ref": "#/definitions/BatchingConfig"
+ },
"compressionType": {
"enum": [
"NONE",
diff --git a/static/swagger/master/v3/swaggersource.json
b/static/swagger/master/v3/swaggersource.json
index 188aaeb805a..9667186767d 100644
--- a/static/swagger/master/v3/swaggersource.json
+++ b/static/swagger/master/v3/swaggersource.json
@@ -52,6 +52,33 @@
},
"type": "object"
},
+ "BatchingConfig": {
+ "properties": {
+ "batchBuilder": {
+ "type": "string"
+ },
+ "batchingMaxBytes": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxMessages": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "batchingMaxPublishDelayMs": {
+ "format": "int32",
+ "type": "integer"
+ },
+ "enabled": {
+ "type": "boolean"
+ },
+ "roundRobinRouterBatchingPartitionSwitchFrequency": {
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
"Certificate": {
"properties": {
"encoded": {
@@ -216,6 +243,9 @@
"batchBuilder": {
"type": "string"
},
+ "batchingConfig": {
+ "$ref": "#/definitions/BatchingConfig"
+ },
"compressionType": {
"enum": [
"NONE",