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 3a139a80f93e Docs sync done from apache/pulsar (#d37d31f)
3a139a80f93e is described below
commit 3a139a80f93e74c96ddd04be5c4a91430fcd8ff9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 27 01:27:26 2024 +0000
Docs sync done from apache/pulsar (#d37d31f)
---
.../reference/next/config/reference-configuration-broker.md | 11 +++++++++++
.../next/config/reference-configuration-standalone.md | 11 +++++++++++
static/reference/next/pulsar-admin/namespaces.md | 1 +
static/reference/next/pulsar-admin/topicPolicies.md | 1 +
static/reference/next/pulsar-admin/topics.md | 1 +
static/swagger/master/swagger.json | 4 ++++
static/swagger/master/v2/swagger.json | 4 ++++
7 files changed, 33 insertions(+)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 261218ee3dbf..ef3728188ec3 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2723,6 +2723,17 @@ Size of the lookahead window to use when detecting if
all the messages in the to
**Category**: Server
+### delayedDeliveryMaxDelayInMillis
+The max allowed delay for delayed delivery (in milliseconds). If the broker
receives a message which exceeds this max delay, then it will return an error
to the producer. The default value is 0 which means there is no limit on the
max delivery delay.
+
+**Type**: `long`
+
+**Default**: `0`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### delayedDeliveryMaxIndexesPerBucketSnapshotSegment
The max number of delayed message index in per bucket snapshot segment, -1
means no limitation, after reaching the max number limitation, the snapshot
segment will be cut off.
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 261218ee3dbf..ef3728188ec3 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2723,6 +2723,17 @@ Size of the lookahead window to use when detecting if
all the messages in the to
**Category**: Server
+### delayedDeliveryMaxDelayInMillis
+The max allowed delay for delayed delivery (in milliseconds). If the broker
receives a message which exceeds this max delay, then it will return an error
to the producer. The default value is 0 which means there is no limit on the
max delivery delay.
+
+**Type**: `long`
+
+**Default**: `0`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
### delayedDeliveryMaxIndexesPerBucketSnapshotSegment
The max number of delayed message index in per bucket snapshot segment, -1
means no limitation, after reaching the max number limitation, the snapshot
segment will be cut off.
diff --git a/static/reference/next/pulsar-admin/namespaces.md
b/static/reference/next/pulsar-admin/namespaces.md
index cd90759fe075..702fe782ae4e 100644
--- a/static/reference/next/pulsar-admin/namespaces.md
+++ b/static/reference/next/pulsar-admin/namespaces.md
@@ -1330,6 +1330,7 @@ $ pulsar-admin namespaces set-delayed-delivery options
|---|---|---|
| `--disable, -d` | Disable delayed delivery messages|false||
| `--enable, -e` | Enable delayed delivery messages|false||
+| `--maxDelay, -md` | The max allowed delay for delayed delivery. (eg: 1s,
10s, 1m, 5h, 3d)|0||
| `--time, -t` | The tick time for when retrying on delayed delivery messages,
affecting the accuracy of the delivery time compared to the scheduled time.
(eg: 1s, 10s, 1m, 5h, 3d)|1000||
diff --git a/static/reference/next/pulsar-admin/topicPolicies.md
b/static/reference/next/pulsar-admin/topicPolicies.md
index 7df9309e89ca..d3c6943bb405 100644
--- a/static/reference/next/pulsar-admin/topicPolicies.md
+++ b/static/reference/next/pulsar-admin/topicPolicies.md
@@ -956,6 +956,7 @@ $ pulsar-admin topicPolicies set-delayed-delivery options
|Flag|Description|Default|
|---|---|---|
| `--enable, -e` | Enable delayed delivery messages|false||
+| `--maxDelay, -md` | The max allowed delay for delayed delivery. (eg: 1s,
10s, 1m, 5h, 3d)|0||
| `--disable, -d` | Disable delayed delivery messages|false||
| `--global, -g` | Whether to set this policy globally. If set to true, the
policy will be replicate to other clusters asynchronously|false||
| `--time, -t` | The tick time for when retrying on delayed delivery messages,
affecting the accuracy of the delivery time compared to the scheduled time.
(eg: 1s, 10s, 1m, 5h, 3d)|1000||
diff --git a/static/reference/next/pulsar-admin/topics.md
b/static/reference/next/pulsar-admin/topics.md
index fa4d937ba38e..03622282b856 100644
--- a/static/reference/next/pulsar-admin/topics.md
+++ b/static/reference/next/pulsar-admin/topics.md
@@ -1141,6 +1141,7 @@ $ pulsar-admin topics set-delayed-delivery options
|---|---|---|
| `--disable, -d` | Disable delayed delivery messages|false||
| `--enable, -e` | Enable delayed delivery messages|false||
+| `--maxDelay, -md` | The max allowed delay for delayed delivery. (eg: 1s,
10s, 1m, 5h, 3d)|0||
| `--time, -t` | The tick time for when retrying on delayed delivery messages,
affecting the accuracy of the delivery time compared to the scheduled time.
(eg: 1s, 10s, 1m, 5h, 3d)|1000||
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index 72f646b66e1f..77aa254e8f51 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -907,6 +907,10 @@
"active": {
"type": "boolean"
},
+ "maxDeliveryDelayInMillis": {
+ "format": "int64",
+ "type": "integer"
+ },
"tickTime": {
"format": "int64",
"type": "integer"
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index 72f646b66e1f..77aa254e8f51 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -907,6 +907,10 @@
"active": {
"type": "boolean"
},
+ "maxDeliveryDelayInMillis": {
+ "format": "int64",
+ "type": "integer"
+ },
"tickTime": {
"format": "int64",
"type": "integer"