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 80785e3b6c9 Docs sync done from apache/pulsar (#9fc0b5e)
80785e3b6c9 is described below
commit 80785e3b6c928554731f3b9f02f1c9d6b1089870
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 29 01:55:54 2023 +0000
Docs sync done from apache/pulsar (#9fc0b5e)
---
static/reference/next/client/client-configuration-consumer.md | 4 ++--
static/reference/next/config/reference-configuration-broker.md | 2 +-
static/reference/next/config/reference-configuration-standalone.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/reference/next/client/client-configuration-consumer.md
b/static/reference/next/client/client-configuration-consumer.md
index 33e6a81d527..2aa0181036f 100644
--- a/static/reference/next/client/client-configuration-consumer.md
+++ b/static/reference/next/client/client-configuration-consumer.md
@@ -37,7 +37,7 @@ A longer ack group time is more efficient at the expense of a
slight increase in
**Default**: `100000`
### autoAckOldestChunkedMessageOnQueueFull
-Whether to automatically acknowledge pending chunked messages when the
threashold of `maxPendingChunkedMessage` is reached. If set to `false`, these
messages will be redelivered by their broker.
+Whether to automatically acknowledge pending chunked messages when the
threshold of `maxPendingChunkedMessage` is reached. If set to `false`, these
messages will be redelivered by their broker.
**Type**: `boolean`
@@ -136,7 +136,7 @@ This setting reduces the receiver queue size for individual
partitions if the to
**Default**: `50000`
### negativeAckRedeliveryBackoff
-Interface for custom message is negativeAcked policy. You can specify
`RedeliveryBackoff` for aconsumer.
+Interface for custom message is negativeAcked policy. You can specify
`RedeliveryBackoff` for a consumer.
**Type**: `org.apache.pulsar.client.api.RedeliveryBackoff`
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index d3f485423eb..23183c168bf 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -4379,7 +4379,7 @@ Evicting cache data by the slowest markDeletedPosition or
readPosition. The defa
**Category**: Storage (Managed Ledger)
### defaultNumPartitions
-The number of partitioned topics that is allowed to be automatically createdif
allowAutoTopicCreationType is partitioned.
+The number of partitioned topics that is allowed to be automatically created
if allowAutoTopicCreationType is partitioned.
**Type**: `int`
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index d3f485423eb..23183c168bf 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -4379,7 +4379,7 @@ Evicting cache data by the slowest markDeletedPosition or
readPosition. The defa
**Category**: Storage (Managed Ledger)
### defaultNumPartitions
-The number of partitioned topics that is allowed to be automatically createdif
allowAutoTopicCreationType is partitioned.
+The number of partitioned topics that is allowed to be automatically created
if allowAutoTopicCreationType is partitioned.
**Type**: `int`