This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 28ee11544de8 Docs sync done from apache/pulsar (#d377bc9)
28ee11544de8 is described below

commit 28ee11544de87056b7156cf1efa2ee727d4292e7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 3 01:38:03 2025 +0000

    Docs sync done from apache/pulsar (#d377bc9)
---
 static/reference/next/client/client-configuration-consumer.md | 10 ++++++++++
 .../reference/next/config/reference-configuration-broker.md   | 11 +++++++++++
 .../next/config/reference-configuration-standalone.md         | 11 +++++++++++
 3 files changed, 32 insertions(+)

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.
 

Reply via email to