diff --git a/static/reference/next/client/client-configuration-consumer.md b/static/reference/next/client/client-configuration-consumer.md index 51683aa15aa2..8a9a7ecc1702 100644 --- a/static/reference/next/client/client-configuration-consumer.md +++ b/static/reference/next/client/client-configuration-consumer.md @@ -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. diff --git a/static/reference/next/config/reference-configuration-broker.md b/static/reference/next/config/reference-configuration-broker.md index 70cdc75e7d82..15017675ec2e 100644 --- a/static/reference/next/config/reference-configuration-broker.md +++ b/static/reference/next/config/reference-configuration-broker.md @@ -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. diff --git a/static/reference/next/config/reference-configuration-standalone.md b/static/reference/next/config/reference-configuration-standalone.md index 70cdc75e7d82..15017675ec2e 100644 --- a/static/reference/next/config/reference-configuration-standalone.md +++ b/static/reference/next/config/reference-configuration-standalone.md @@ -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.