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 10c53388b20 Docs sync done from apache/pulsar (#242758d)
10c53388b20 is described below
commit 10c53388b209bd0cc14cb6404deb7897788cffcf
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 1 01:39:19 2023 +0000
Docs sync done from apache/pulsar (#242758d)
---
.../next/config/reference-configuration-broker.md | 28 ++++++++++++++++-
.../config/reference-configuration-standalone.md | 28 ++++++++++++++++-
static/swagger/master/swagger.json | 36 ----------------------
static/swagger/master/v2/swagger.json | 36 ----------------------
4 files changed, 54 insertions(+), 74 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 7b82672790f..fc35913af66 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -3927,7 +3927,7 @@ whether limit per_channel_bookie_client metrics of
bookkeeper client stats
**Type**: `boolean`
-**Default**: `false`
+**Default**: `true`
**Dynamic**: `false`
@@ -4415,6 +4415,19 @@ The number of partitioned topics that is allowed to be
automatically created if
**Category**: Storage (Managed Ledger)
+### managedCursorInfoCompressionThresholdInBytes
+ManagedCursorInfo compression size threshold (bytes), only compress metadata
when origin size more then this value.
+0 means compression will always apply.
+
+
+**Type**: `long`
+
+**Default**: `16384`
+
+**Dynamic**: `false`
+
+**Category**: Storage (Managed Ledger)
+
### managedCursorInfoCompressionType
ManagedCursorInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD,
SNAPPY).
If value is NONE, then save the ManagedCursorInfo bytes data directly.
@@ -4630,6 +4643,19 @@ Time to rollover ledger for inactive topic (duration
without any publish on that
**Category**: Storage (Managed Ledger)
+### managedLedgerInfoCompressionThresholdInBytes
+ManagedLedgerInfo compression size threshold (bytes), only compress metadata
when origin size more then this value.
+0 means compression will always apply.
+
+
+**Type**: `long`
+
+**Default**: `16384`
+
+**Dynamic**: `false`
+
+**Category**: Storage (Managed Ledger)
+
### managedLedgerInfoCompressionType
ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD,
SNAPPY).
If value is invalid or NONE, then save the ManagedLedgerInfo bytes data
directly.
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 7b82672790f..fc35913af66 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -3927,7 +3927,7 @@ whether limit per_channel_bookie_client metrics of
bookkeeper client stats
**Type**: `boolean`
-**Default**: `false`
+**Default**: `true`
**Dynamic**: `false`
@@ -4415,6 +4415,19 @@ The number of partitioned topics that is allowed to be
automatically created if
**Category**: Storage (Managed Ledger)
+### managedCursorInfoCompressionThresholdInBytes
+ManagedCursorInfo compression size threshold (bytes), only compress metadata
when origin size more then this value.
+0 means compression will always apply.
+
+
+**Type**: `long`
+
+**Default**: `16384`
+
+**Dynamic**: `false`
+
+**Category**: Storage (Managed Ledger)
+
### managedCursorInfoCompressionType
ManagedCursorInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD,
SNAPPY).
If value is NONE, then save the ManagedCursorInfo bytes data directly.
@@ -4630,6 +4643,19 @@ Time to rollover ledger for inactive topic (duration
without any publish on that
**Category**: Storage (Managed Ledger)
+### managedLedgerInfoCompressionThresholdInBytes
+ManagedLedgerInfo compression size threshold (bytes), only compress metadata
when origin size more then this value.
+0 means compression will always apply.
+
+
+**Type**: `long`
+
+**Default**: `16384`
+
+**Dynamic**: `false`
+
+**Category**: Storage (Managed Ledger)
+
### managedLedgerInfoCompressionType
ManagedLedgerInfo compression type, option values (NONE, LZ4, ZLIB, ZSTD,
SNAPPY).
If value is invalid or NONE, then save the ManagedLedgerInfo bytes data
directly.
diff --git a/static/swagger/master/swagger.json
b/static/swagger/master/swagger.json
index 7e24b32ad67..cafa16f8a02 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1747,12 +1747,6 @@
"format": "int64",
"type": "integer"
},
- "bucketDelayedIndexStats": {
- "additionalProperties": {
- "$ref": "#/definitions/TopicMetricBean"
- },
- "type": "object"
- },
"bytesInCounter": {
"format": "int64",
"type": "integer"
@@ -2171,12 +2165,6 @@
"format": "int64",
"type": "integer"
},
- "bucketDelayedIndexStats": {
- "additionalProperties": {
- "$ref": "#/definitions/TopicMetricBean"
- },
- "type": "object"
- },
"bytesInCounter": {
"format": "int64",
"type": "integer"
@@ -2619,12 +2607,6 @@
"format": "int64",
"type": "integer"
},
- "bucketDelayedIndexStats": {
- "additionalProperties": {
- "$ref": "#/definitions/TopicMetricBean"
- },
- "type": "object"
- },
"bytesInCounter": {
"format": "int64",
"type": "integer"
@@ -4004,24 +3986,6 @@
},
"type": "object"
},
- "TopicMetricBean": {
- "properties": {
- "labelsAndValues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "name": {
- "type": "string"
- },
- "value": {
- "format": "double",
- "type": "number"
- }
- },
- "type": "object"
- },
"TopicStats": {
"properties": {
"averageMsgSize": {
diff --git a/static/swagger/master/v2/swagger.json
b/static/swagger/master/v2/swagger.json
index 7e24b32ad67..cafa16f8a02 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1747,12 +1747,6 @@
"format": "int64",
"type": "integer"
},
- "bucketDelayedIndexStats": {
- "additionalProperties": {
- "$ref": "#/definitions/TopicMetricBean"
- },
- "type": "object"
- },
"bytesInCounter": {
"format": "int64",
"type": "integer"
@@ -2171,12 +2165,6 @@
"format": "int64",
"type": "integer"
},
- "bucketDelayedIndexStats": {
- "additionalProperties": {
- "$ref": "#/definitions/TopicMetricBean"
- },
- "type": "object"
- },
"bytesInCounter": {
"format": "int64",
"type": "integer"
@@ -2619,12 +2607,6 @@
"format": "int64",
"type": "integer"
},
- "bucketDelayedIndexStats": {
- "additionalProperties": {
- "$ref": "#/definitions/TopicMetricBean"
- },
- "type": "object"
- },
"bytesInCounter": {
"format": "int64",
"type": "integer"
@@ -4004,24 +3986,6 @@
},
"type": "object"
},
- "TopicMetricBean": {
- "properties": {
- "labelsAndValues": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "name": {
- "type": "string"
- },
- "value": {
- "format": "double",
- "type": "number"
- }
- },
- "type": "object"
- },
"TopicStats": {
"properties": {
"averageMsgSize": {