Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#c5173d5)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent aa66991 commit 5044e54
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions static/reference/next/config/reference-configuration-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -5224,6 +5224,28 @@ Maximum time before forcing a ledger rollover for a topic

**Category**: Storage (Managed Ledger)

### managedLedgerMaxReadsInFlightPermitsAcquireQueueSize
Maximum number of reads that can be queued for acquiring permits for max reads in flight when managedLedgerMaxReadsInFlightSizeInMB is set (\>0) and the limit is reached.

**Type**: `int`

**Default**: `50000`

**Dynamic**: `false`

**Category**: Storage (Managed Ledger)

### managedLedgerMaxReadsInFlightPermitsAcquireTimeoutMillis
Maximum time to wait for acquiring permits for max reads in flight when managedLedgerMaxReadsInFlightSizeInMB is set (\>0) and the limit is reached.

**Type**: `long`

**Default**: `60000`

**Dynamic**: `false`

**Category**: Storage (Managed Ledger)

### managedLedgerMaxReadsInFlightSizeInMB
Maximum buffer size for bytes read from storage. This is the memory retained by data read from storage (or cache) until it has been delivered to the Consumer Netty channel. Use O to disable

Expand Down
22 changes: 22 additions & 0 deletions static/reference/next/config/reference-configuration-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -5224,6 +5224,28 @@ Maximum time before forcing a ledger rollover for a topic

**Category**: Storage (Managed Ledger)

### managedLedgerMaxReadsInFlightPermitsAcquireQueueSize
Maximum number of reads that can be queued for acquiring permits for max reads in flight when managedLedgerMaxReadsInFlightSizeInMB is set (\>0) and the limit is reached.

**Type**: `int`

**Default**: `50000`

**Dynamic**: `false`

**Category**: Storage (Managed Ledger)

### managedLedgerMaxReadsInFlightPermitsAcquireTimeoutMillis
Maximum time to wait for acquiring permits for max reads in flight when managedLedgerMaxReadsInFlightSizeInMB is set (\>0) and the limit is reached.

**Type**: `long`

**Default**: `60000`

**Dynamic**: `false`

**Category**: Storage (Managed Ledger)

### managedLedgerMaxReadsInFlightSizeInMB
Maximum buffer size for bytes read from storage. This is the memory retained by data read from storage (or cache) until it has been delivered to the Consumer Netty channel. Use O to disable

Expand Down

0 comments on commit 5044e54

Please sign in to comment.