Skip to content

Commit fffd7fc

Browse files
Docs sync done from apache/pulsar (#efcf7c2)
1 parent 46eba55 commit fffd7fc

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

static/reference/next/config/reference-configuration-broker.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,6 +4769,17 @@ Maximum prefetch rounds for ledger reading for offloading
47694769

47704770
**Category**: Storage (Ledger Offloading)
47714771

4772+
### managedLedgerOffloadReadThreads
4773+
Maximum number of thread pool threads for offloaded ledger reading
4774+
4775+
**Type**: `int`
4776+
4777+
**Default**: `2`
4778+
4779+
**Dynamic**: `false`
4780+
4781+
**Category**: Storage (Ledger Offloading)
4782+
47724783
### managedLedgerOffloadThresholdInSeconds
47734784
The threshold to triggering automatic offload to long term storage
47744785

static/reference/next/config/reference-configuration-standalone.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,6 +4769,17 @@ Maximum prefetch rounds for ledger reading for offloading
47694769

47704770
**Category**: Storage (Ledger Offloading)
47714771

4772+
### managedLedgerOffloadReadThreads
4773+
Maximum number of thread pool threads for offloaded ledger reading
4774+
4775+
**Type**: `int`
4776+
4777+
**Default**: `2`
4778+
4779+
**Dynamic**: `false`
4780+
4781+
**Category**: Storage (Ledger Offloading)
4782+
47724783
### managedLedgerOffloadThresholdInSeconds
47734784
The threshold to triggering automatic offload to long term storage
47744785

static/swagger/master/swagger.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,6 +2727,10 @@
27272727
"format": "int32",
27282728
"type": "integer"
27292729
},
2730+
"managedLedgerOffloadReadThreads": {
2731+
"format": "int32",
2732+
"type": "integer"
2733+
},
27302734
"managedLedgerOffloadRegion": {
27312735
"type": "string"
27322736
},

static/swagger/master/v2/swagger.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,6 +2727,10 @@
27272727
"format": "int32",
27282728
"type": "integer"
27292729
},
2730+
"managedLedgerOffloadReadThreads": {
2731+
"format": "int32",
2732+
"type": "integer"
2733+
},
27302734
"managedLedgerOffloadRegion": {
27312735
"type": "string"
27322736
},

0 commit comments

Comments
 (0)