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 637fdbd812cc Docs sync done from apache/pulsar (#d98e51f)
637fdbd812cc is described below

commit 637fdbd812cc141053857b093d5c1946fee7cc22
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 30 01:41:44 2024 +0000

    Docs sync done from apache/pulsar (#d98e51f)
---
 .../next/config/reference-configuration-broker.md  | 22 ++++++++++++++++++++++
 .../config/reference-configuration-standalone.md   | 22 ++++++++++++++++++++++
 static/swagger/master/swagger.json                 |  8 ++++++++
 static/swagger/master/v2/swagger.json              |  8 ++++++++
 4 files changed, 60 insertions(+)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 173d4e64770c..c715e1f1d246 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -1892,6 +1892,28 @@ Dispatch rate-limiting relative to publish rate. 
(Enabling flag will make broker
 
 **Category**: Policies
 
+### dispatcherRetryBackoffInitialTimeInMs
+On Shared and KeyShared subscriptions, if all available messages in the 
subscription are filtered out and not dispatched to any consumer, message 
dispatching will be rescheduled with a backoff delay. This parameter sets the 
initial backoff delay in milliseconds.
+
+**Type**: `int`
+
+**Default**: `100`
+
+**Dynamic**: `false`
+
+**Category**: Policies
+
+### dispatcherRetryBackoffMaxTimeInMs
+On Shared and KeyShared subscriptions, if all available messages in the 
subscription are filtered out and not dispatched to any consumer, message 
dispatching will be rescheduled with a backoff delay. This parameter sets the 
maximum backoff delay in milliseconds.
+
+**Type**: `int`
+
+**Default**: `1000`
+
+**Dynamic**: `false`
+
+**Category**: Policies
+
 ### enableBrokerSideSubscriptionPatternEvaluation
 Enables evaluating subscription pattern on broker side.
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 173d4e64770c..c715e1f1d246 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -1892,6 +1892,28 @@ Dispatch rate-limiting relative to publish rate. 
(Enabling flag will make broker
 
 **Category**: Policies
 
+### dispatcherRetryBackoffInitialTimeInMs
+On Shared and KeyShared subscriptions, if all available messages in the 
subscription are filtered out and not dispatched to any consumer, message 
dispatching will be rescheduled with a backoff delay. This parameter sets the 
initial backoff delay in milliseconds.
+
+**Type**: `int`
+
+**Default**: `100`
+
+**Dynamic**: `false`
+
+**Category**: Policies
+
+### dispatcherRetryBackoffMaxTimeInMs
+On Shared and KeyShared subscriptions, if all available messages in the 
subscription are filtered out and not dispatched to any consumer, message 
dispatching will be rescheduled with a backoff delay. This parameter sets the 
maximum backoff delay in milliseconds.
+
+**Type**: `int`
+
+**Default**: `1000`
+
+**Dynamic**: `false`
+
+**Category**: Policies
+
 ### enableBrokerSideSubscriptionPatternEvaluation
 Enables evaluating subscription pattern on broker side.
 
diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index a12fb84933a6..f9a36b18a1da 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -2251,6 +2251,10 @@
                     "format": "double",
                     "type": "number"
                 },
+                "msgInReplay": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "msgOutCounter": {
                     "format": "int64",
                     "type": "integer"
@@ -4159,6 +4163,10 @@
                     "format": "int64",
                     "type": "integer"
                 },
+                "msgInReplay": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "msgOutCounter": {
                     "format": "int64",
                     "type": "integer"
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index a12fb84933a6..f9a36b18a1da 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -2251,6 +2251,10 @@
                     "format": "double",
                     "type": "number"
                 },
+                "msgInReplay": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "msgOutCounter": {
                     "format": "int64",
                     "type": "integer"
@@ -4159,6 +4163,10 @@
                     "format": "int64",
                     "type": "integer"
                 },
+                "msgInReplay": {
+                    "format": "int64",
+                    "type": "integer"
+                },
                 "msgOutCounter": {
                     "format": "int64",
                     "type": "integer"

Reply via email to