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 03e7afcf168 Docs sync done from apache/pulsar (#e0098ee)
03e7afcf168 is described below

commit 03e7afcf16819017fefde42b0898fca3141cb129
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 18 01:35:43 2023 +0000

    Docs sync done from apache/pulsar (#e0098ee)
---
 static/swagger/master/swaggerfunctions.json    | 10 ++++++++++
 static/swagger/master/swaggersource.json       | 10 ++++++++++
 static/swagger/master/v3/swaggerfunctions.json | 10 ++++++++++
 static/swagger/master/v3/swaggersource.json    | 10 ++++++++++
 4 files changed, 40 insertions(+)

diff --git a/static/swagger/master/swaggerfunctions.json 
b/static/swagger/master/swaggerfunctions.json
index aa6d94147d0..a7861e2241b 100644
--- a/static/swagger/master/swaggerfunctions.json
+++ b/static/swagger/master/swaggerfunctions.json
@@ -820,6 +820,16 @@
                 "batchBuilder": {
                     "type": "string"
                 },
+                "compressionType": {
+                    "enum": [
+                        "NONE",
+                        "LZ4",
+                        "ZLIB",
+                        "ZSTD",
+                        "SNAPPY"
+                    ],
+                    "type": "string"
+                },
                 "cryptoConfig": {
                     "$ref": "#/definitions/CryptoConfig"
                 },
diff --git a/static/swagger/master/swaggersource.json 
b/static/swagger/master/swaggersource.json
index 4a6e44627a2..c438c77f7c1 100644
--- a/static/swagger/master/swaggersource.json
+++ b/static/swagger/master/swaggersource.json
@@ -202,6 +202,16 @@
                 "batchBuilder": {
                     "type": "string"
                 },
+                "compressionType": {
+                    "enum": [
+                        "NONE",
+                        "LZ4",
+                        "ZLIB",
+                        "ZSTD",
+                        "SNAPPY"
+                    ],
+                    "type": "string"
+                },
                 "cryptoConfig": {
                     "$ref": "#/definitions/CryptoConfig"
                 },
diff --git a/static/swagger/master/v3/swaggerfunctions.json 
b/static/swagger/master/v3/swaggerfunctions.json
index aa6d94147d0..a7861e2241b 100644
--- a/static/swagger/master/v3/swaggerfunctions.json
+++ b/static/swagger/master/v3/swaggerfunctions.json
@@ -820,6 +820,16 @@
                 "batchBuilder": {
                     "type": "string"
                 },
+                "compressionType": {
+                    "enum": [
+                        "NONE",
+                        "LZ4",
+                        "ZLIB",
+                        "ZSTD",
+                        "SNAPPY"
+                    ],
+                    "type": "string"
+                },
                 "cryptoConfig": {
                     "$ref": "#/definitions/CryptoConfig"
                 },
diff --git a/static/swagger/master/v3/swaggersource.json 
b/static/swagger/master/v3/swaggersource.json
index 4a6e44627a2..c438c77f7c1 100644
--- a/static/swagger/master/v3/swaggersource.json
+++ b/static/swagger/master/v3/swaggersource.json
@@ -202,6 +202,16 @@
                 "batchBuilder": {
                     "type": "string"
                 },
+                "compressionType": {
+                    "enum": [
+                        "NONE",
+                        "LZ4",
+                        "ZLIB",
+                        "ZSTD",
+                        "SNAPPY"
+                    ],
+                    "type": "string"
+                },
                 "cryptoConfig": {
                     "$ref": "#/definitions/CryptoConfig"
                 },

Reply via email to