Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#0ba5ae6)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2024
1 parent 5131881 commit bd5bd14
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/reference/next/config/reference-configuration-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -4492,6 +4492,17 @@ The number of partitioned topics that is allowed to be automatically created if

**Category**: Storage (Managed Ledger)

### dispatcherPauseOnAckStatePersistentEnabled
After enabling this feature, Pulsar will stop delivery messages to clients if the cursor metadata is too large to persist, it will help to reduce the duplicates caused by the ack state that can not be fully persistent. Default false.

**Type**: `boolean`

**Default**: `false`

**Dynamic**: `true`

**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.
Expand Down
11 changes: 11 additions & 0 deletions static/reference/next/config/reference-configuration-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -4492,6 +4492,17 @@ The number of partitioned topics that is allowed to be automatically created if

**Category**: Storage (Managed Ledger)

### dispatcherPauseOnAckStatePersistentEnabled
After enabling this feature, Pulsar will stop delivery messages to clients if the cursor metadata is too large to persist, it will help to reduce the duplicates caused by the ack state that can not be fully persistent. Default false.

**Type**: `boolean`

**Default**: `false`

**Dynamic**: `true`

**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.
Expand Down

0 comments on commit bd5bd14

Please sign in to comment.