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

commit fffd7fc69123b19a0942d9e4db4edd90e704ead8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 27 01:36:29 2025 +0000

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

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 7f39cce7768c..e979bf683991 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -4769,6 +4769,17 @@ Maximum prefetch rounds for ledger reading for offloading
 
 **Category**: Storage (Ledger Offloading)
 
+### managedLedgerOffloadReadThreads
+Maximum number of thread pool threads for offloaded ledger reading
+
+**Type**: `int`
+
+**Default**: `2`
+
+**Dynamic**: `false`
+
+**Category**: Storage (Ledger Offloading)
+
 ### managedLedgerOffloadThresholdInSeconds
 The threshold to triggering automatic offload to long term storage
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 7f39cce7768c..e979bf683991 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -4769,6 +4769,17 @@ Maximum prefetch rounds for ledger reading for offloading
 
 **Category**: Storage (Ledger Offloading)
 
+### managedLedgerOffloadReadThreads
+Maximum number of thread pool threads for offloaded ledger reading
+
+**Type**: `int`
+
+**Default**: `2`
+
+**Dynamic**: `false`
+
+**Category**: Storage (Ledger Offloading)
+
 ### managedLedgerOffloadThresholdInSeconds
 The threshold to triggering automatic offload to long term storage
 
diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index 68eae463bd6a..a4b864e86ec4 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -2727,6 +2727,10 @@
                     "format": "int32",
                     "type": "integer"
                 },
+                "managedLedgerOffloadReadThreads": {
+                    "format": "int32",
+                    "type": "integer"
+                },
                 "managedLedgerOffloadRegion": {
                     "type": "string"
                 },
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index 68eae463bd6a..a4b864e86ec4 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -2727,6 +2727,10 @@
                     "format": "int32",
                     "type": "integer"
                 },
+                "managedLedgerOffloadReadThreads": {
+                    "format": "int32",
+                    "type": "integer"
+                },
                 "managedLedgerOffloadRegion": {
                     "type": "string"
                 },

Reply via email to