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

commit 4ab8cc3ce8cf48ea77eb03ad23683233d8b40d2c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 28 01:37:16 2023 +0000

    Docs sync done from apache/pulsar (#61296d9)
---
 static/swagger/master/swagger.json    | 22 +++++++++++++++++++---
 static/swagger/master/v2/swagger.json | 22 +++++++++++++++++++---
 2 files changed, 38 insertions(+), 6 deletions(-)

diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index 99b44a0aa99..59cd2596f4c 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1739,7 +1739,7 @@
                     "type": "string"
                 },
                 "delayedMessageIndexSizeInBytes": {
-                    "format": "int32",
+                    "format": "int64",
                     "type": "integer"
                 },
                 "earliestMsgPublishTimeInBacklogs": {
@@ -2003,6 +2003,10 @@
                     },
                     "type": "object"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "durable": {
                     "type": "boolean"
                 },
@@ -2153,7 +2157,7 @@
                     "type": "string"
                 },
                 "delayedMessageIndexSizeInBytes": {
-                    "format": "int32",
+                    "format": "int64",
                     "type": "integer"
                 },
                 "earliestMsgPublishTimeInBacklogs": {
@@ -2595,7 +2599,7 @@
                     "type": "string"
                 },
                 "delayedMessageIndexSizeInBytes": {
-                    "format": "int32",
+                    "format": "int64",
                     "type": "integer"
                 },
                 "earliestMsgPublishTimeInBacklogs": {
@@ -2893,6 +2897,10 @@
                 "deduplicationStatus": {
                     "type": "string"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "earliestMsgPublishTimeInBacklogs": {
                     "format": "int64",
                     "type": "integer"
@@ -3781,6 +3789,10 @@
                     },
                     "type": "object"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "durable": {
                     "type": "boolean"
                 },
@@ -3971,6 +3983,10 @@
                 "deduplicationStatus": {
                     "type": "string"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "earliestMsgPublishTimeInBacklogs": {
                     "format": "int64",
                     "type": "integer"
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index 99b44a0aa99..59cd2596f4c 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1739,7 +1739,7 @@
                     "type": "string"
                 },
                 "delayedMessageIndexSizeInBytes": {
-                    "format": "int32",
+                    "format": "int64",
                     "type": "integer"
                 },
                 "earliestMsgPublishTimeInBacklogs": {
@@ -2003,6 +2003,10 @@
                     },
                     "type": "object"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "durable": {
                     "type": "boolean"
                 },
@@ -2153,7 +2157,7 @@
                     "type": "string"
                 },
                 "delayedMessageIndexSizeInBytes": {
-                    "format": "int32",
+                    "format": "int64",
                     "type": "integer"
                 },
                 "earliestMsgPublishTimeInBacklogs": {
@@ -2595,7 +2599,7 @@
                     "type": "string"
                 },
                 "delayedMessageIndexSizeInBytes": {
-                    "format": "int32",
+                    "format": "int64",
                     "type": "integer"
                 },
                 "earliestMsgPublishTimeInBacklogs": {
@@ -2893,6 +2897,10 @@
                 "deduplicationStatus": {
                     "type": "string"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "earliestMsgPublishTimeInBacklogs": {
                     "format": "int64",
                     "type": "integer"
@@ -3781,6 +3789,10 @@
                     },
                     "type": "object"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "durable": {
                     "type": "boolean"
                 },
@@ -3971,6 +3983,10 @@
                 "deduplicationStatus": {
                     "type": "string"
                 },
+                "delayedMessageIndexSizeInBytes": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "earliestMsgPublishTimeInBacklogs": {
                     "format": "int64",
                     "type": "integer"

Reply via email to