Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#d377bc9)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 3, 2025
1 parent 59e7107 commit 28ee115
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/reference/next/client/client-configuration-consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@ This setting reduces the receiver queue size for individual partitions if the to

**Default**: `50000`

### negativeAckPrecisionBitCnt
The redelivery time precision bit count. The lower bits of the redelivery time will betrimmed to reduce the memory occupation.
The default value is 8, which means theredelivery time will be bucketed by 256ms, the redelivery time could be earlier(no later)than the expected time, but no more than 256ms.
If set to k, the redelivery time will bebucketed by 2^k ms.
If the value is 0, the redelivery time will be accurate to ms.

**Type**: `int`

**Default**: `8`

### negativeAckRedeliveryBackoff
Interface for custom message is negativeAcked policy. You can specify `RedeliveryBackoff` for a consumer.

Expand Down
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 @@ -2673,6 +2673,17 @@ Opt-out of topic-existence check when setting permissions

**Category**: Server

### allowAutoTopicCreationWithLegacyNamingScheme
If 'allowAutoTopicCreation' is true and the name of the topic contains 'cluster',the topic cannot be automatically created.

**Type**: `boolean`

**Default**: `true`

**Dynamic**: `true`

**Category**: Server

### allowOverrideEntryFilters
Whether allow topic level entry filters policies overrides broker configuration.

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 @@ -2673,6 +2673,17 @@ Opt-out of topic-existence check when setting permissions

**Category**: Server

### allowAutoTopicCreationWithLegacyNamingScheme
If 'allowAutoTopicCreation' is true and the name of the topic contains 'cluster',the topic cannot be automatically created.

**Type**: `boolean`

**Default**: `true`

**Dynamic**: `true`

**Category**: Server

### allowOverrideEntryFilters
Whether allow topic level entry filters policies overrides broker configuration.

Expand Down

0 comments on commit 28ee115

Please sign in to comment.