Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#024ff75)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 22, 2024
1 parent 6e206e6 commit 6a63a5c
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 @@ -1535,6 +1535,17 @@ control the number of replicas for storing the package

**Category**: Packages Management

### activeConsumerFailoverConsistentHashing
Enable consistent hashing for selecting the active consumer in partitioned topics with Failover subscription type.For non-partitioned topics, consistent hashing is used by default.

**Type**: `boolean`

**Default**: `false`

**Dynamic**: `false`

**Category**: Policies

### activeConsumerFailoverDelayTimeMillis
How long to delay rewinding cursor and dispatching messages when active consumer is changed

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 @@ -1535,6 +1535,17 @@ control the number of replicas for storing the package

**Category**: Packages Management

### activeConsumerFailoverConsistentHashing
Enable consistent hashing for selecting the active consumer in partitioned topics with Failover subscription type.For non-partitioned topics, consistent hashing is used by default.

**Type**: `boolean`

**Default**: `false`

**Dynamic**: `false`

**Category**: Policies

### activeConsumerFailoverDelayTimeMillis
How long to delay rewinding cursor and dispatching messages when active consumer is changed

Expand Down

0 comments on commit 6a63a5c

Please sign in to comment.