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 417f6193b595 Docs sync done from apache/pulsar (#b051dcd)
417f6193b595 is described below
commit 417f6193b595b823df3b7ccf5601a0ed98c687f0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 10 01:35:43 2024 +0000
Docs sync done from apache/pulsar (#b051dcd)
---
.../next/config/reference-configuration-broker.md | 24 +++++++++++++++++++++-
.../config/reference-configuration-standalone.md | 24 +++++++++++++++++++++-
static/swagger/master/swagger.json | 18 +++++++++++++---
static/swagger/master/v2/swagger.json | 18 +++++++++++++---
4 files changed, 76 insertions(+), 8 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index ee1ff86a9200..be87c4aa98bb 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2268,6 +2268,17 @@ Enable Key_Shared subscription (default is enabled).
**Category**: Policies
+### subscriptionKeySharedUseClassicPersistentImplementation
+For persistent Key_Shared subscriptions, enables the use of the classic
implementation of the Key_Shared subscription that was used before Pulsar 4.0.0
and PIP-379.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `true`
+
+**Category**: Policies
+
### subscriptionKeySharedUseConsistentHashing
On KeyShared subscriptions, with default AUTO_SPLIT mode, use splitting ranges
or consistent hashing to reassign keys to new consumers (default is consistent
hashing)
@@ -2301,6 +2312,17 @@ Enable subscription message redelivery tracker to send
redelivery count to consu
**Category**: Policies
+### subscriptionSharedUseClassicPersistentImplementation
+For persistent Shared subscriptions, enables the use of the classic
implementation of the Shared subscription that was used before Pulsar 4.0.0.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `true`
+
+**Category**: Policies
+
### subscriptionTypesEnabled
Enable subscription types (default is all type enabled)
@@ -3481,7 +3503,7 @@ Max memory size for broker handling messages sending from
producers.
**Type**: `int`
-**Default**: `1999`
+**Default**: `1998`
**Dynamic**: `true`
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index ee1ff86a9200..be87c4aa98bb 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2268,6 +2268,17 @@ Enable Key_Shared subscription (default is enabled).
**Category**: Policies
+### subscriptionKeySharedUseClassicPersistentImplementation
+For persistent Key_Shared subscriptions, enables the use of the classic
implementation of the Key_Shared subscription that was used before Pulsar 4.0.0
and PIP-379.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `true`
+
+**Category**: Policies
+
### subscriptionKeySharedUseConsistentHashing
On KeyShared subscriptions, with default AUTO_SPLIT mode, use splitting ranges
or consistent hashing to reassign keys to new consumers (default is consistent
hashing)
@@ -2301,6 +2312,17 @@ Enable subscription message redelivery tracker to send
redelivery count to consu
**Category**: Policies
+### subscriptionSharedUseClassicPersistentImplementation
+For persistent Shared subscriptions, enables the use of the classic
implementation of the Shared subscription that was used before Pulsar 4.0.0.
+
+**Type**: `boolean`
+
+**Default**: `false`
+
+**Dynamic**: `true`
+
+**Category**: Policies
+
### subscriptionTypesEnabled
Enable subscription types (default is all type enabled)
@@ -3481,7 +3503,7 @@ Max memory size for broker handling messages sending from
producers.
**Type**: `int`
-**Default**: `1999`
+**Default**: `1998`
**Dynamic**: `true`
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index 483ea04b727c..6cd5c6cfc652 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -841,9 +841,6 @@
"format": "int64",
"type": "integer"
},
- "lastSentPositionWhenJoining": {
- "type": "string"
- },
"messageAckRate": {
"format": "double",
"type": "number"
@@ -870,6 +867,9 @@
"format": "double",
"type": "number"
},
+ "readPositionWhenJoining": {
+ "type": "string"
+ },
"unackedMessages": {
"format": "int32",
"type": "integer"
@@ -2205,6 +2205,12 @@
},
"type": "array"
},
+ "consumersAfterMarkDeletePosition": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
"delayedMessageIndexSizeInBytes": {
"format": "int64",
"type": "integer"
@@ -4112,6 +4118,12 @@
},
"type": "array"
},
+ "consumersAfterMarkDeletePosition": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
"delayedMessageIndexSizeInBytes": {
"format": "int64",
"type": "integer"
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index 483ea04b727c..6cd5c6cfc652 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -841,9 +841,6 @@
"format": "int64",
"type": "integer"
},
- "lastSentPositionWhenJoining": {
- "type": "string"
- },
"messageAckRate": {
"format": "double",
"type": "number"
@@ -870,6 +867,9 @@
"format": "double",
"type": "number"
},
+ "readPositionWhenJoining": {
+ "type": "string"
+ },
"unackedMessages": {
"format": "int32",
"type": "integer"
@@ -2205,6 +2205,12 @@
},
"type": "array"
},
+ "consumersAfterMarkDeletePosition": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
"delayedMessageIndexSizeInBytes": {
"format": "int64",
"type": "integer"
@@ -4112,6 +4118,12 @@
},
"type": "array"
},
+ "consumersAfterMarkDeletePosition": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
"delayedMessageIndexSizeInBytes": {
"format": "int64",
"type": "integer"