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 09969f3bea6 Docs sync done from apache/pulsar (#cc5e479)
09969f3bea6 is described below

commit 09969f3bea6e0c4618447fec952c38e27fb57242
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 10 01:38:37 2025 +0000

    Docs sync done from apache/pulsar (#cc5e479)
---
 .../reference/next/client/client-configuration-consumer.md   |  2 +-
 static/reference/next/client/client-configuration-reader.md  | 12 ++++++++++--
 .../reference/next/config/reference-configuration-broker.md  |  4 ++--
 .../next/config/reference-configuration-standalone.md        |  4 ++--
 4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/static/reference/next/client/client-configuration-consumer.md 
b/static/reference/next/client/client-configuration-consumer.md
index 8a9a7ecc170..794341c5bd4 100644
--- a/static/reference/next/client/client-configuration-consumer.md
+++ b/static/reference/next/client/client-configuration-consumer.md
@@ -73,7 +73,7 @@ Delivered encrypted message contains {@link 
EncryptionContext} which contains en
 
 **Type**: `org.apache.pulsar.client.api.ConsumerCryptoFailureAction`
 
-**Default**: `FAIL`
+**Default**: `null`
 
 ### deadLetterPolicy
 Dead letter policy for consumers.
diff --git a/static/reference/next/client/client-configuration-reader.md 
b/static/reference/next/client/client-configuration-reader.md
index 8abe16ba92a..b37e9edc73b 100644
--- a/static/reference/next/client/client-configuration-reader.md
+++ b/static/reference/next/client/client-configuration-reader.md
@@ -19,11 +19,12 @@ The message decompression fails.
 
 If messages contain batch messages, a client is not be able to retrieve 
individual messages in batch.
 
-Delivered encrypted message contains {@link EncryptionContext} which contains 
encryption and compression information in it using which application can 
decrypt consumed message payload.
+Delivered encrypted message contains {@link EncryptionContext} which contains 
encryption and compression information in it using which application can 
decrypt consumed message payload.cannot set with {@link 
ReaderDecryptFailListener}, and if ReaderDecryptFailListener are set,
+application should responsible for handling decryption failure.
 
 **Type**: `org.apache.pulsar.client.api.ConsumerCryptoFailureAction`
 
-**Default**: `FAIL`
+**Default**: `null`
 
 ### cryptoKeyReader
 Interface that abstracts the access to a key store.
@@ -45,6 +46,13 @@ Attempting to enable it on subscriptions to non-persistent 
topics or on shared s
 
 **Default**: `false`
 
+### readerDecryptFailListener
+A listener that is called for encrypted message received and decrypt fail.
+
+**Type**: `org.apache.pulsar.client.api.ReaderDecryptFailListener`
+
+**Default**: `null`
+
 ### readerListener
 A listener that is called for message received.
 
diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 48629169d17..db112d9e06e 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2193,7 +2193,7 @@ Whether to enable precise time based backlog quota check. 
Enabling precise time
 **Category**: Policies
 
 ### pulsarChannelPauseReceivingCooldownMs
-After the connection is recovered from an pause receiving state, the channel 
will be rate-limited for a of time window to avoid overwhelming due to the 
backlog of requests. This parameter defines how long the rate limiting should 
last, in millis. Once the bytes that are waiting to be sent out reach the 
"pulsarChannelWriteBufferHighWaterMark", the timer will be reset. Setting a 
negative value will disable the rate limiting.
+After the connection is recovered from a pause receiving state, the channel 
will be rate-limited for a time window to avoid overwhelming due to the backlog 
of requests. This parameter defines how long the rate limiting should last, in 
millis. Once the bytes that are waiting to be sent out reach the 
"pulsarChannelWriteBufferHighWaterMark", the timer will be reset. Setting a 
negative value will disable the rate limiting.
 
 **Type**: `int`
 
@@ -2204,7 +2204,7 @@ After the connection is recovered from an pause receiving 
state, the channel wil
 **Category**: Policies
 
 ### pulsarChannelPauseReceivingCooldownRateLimitPeriodMs
-After the connection is recovered from a pause receiving state, the channel 
will be rate-limited for a period of time defined by 
pulsarChannelPauseReceivingCooldownMs to avoid overwhelming due to the backlog 
of requests. This parameter defines the period of the rate limiter in 
milliseconds. If the rate limit period is set to 1000, then the unit is 
requests per 1000 milli seconds. When it's 10, the unit is requests per every 
10ms.
+After the connection is recovered from a pause receiving state, the channel 
will be rate-limited for a period of time defined by 
pulsarChannelPauseReceivingCooldownMs to avoid overwhelming due to the backlog 
of requests. This parameter defines the period of the rate limiter in 
milliseconds. If the rate limit period is set to 1000, then the unit is 
requests per 1000 milliseconds. When it's 10, the unit is requests per every 
10ms.
 
 **Type**: `int`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 48629169d17..db112d9e06e 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2193,7 +2193,7 @@ Whether to enable precise time based backlog quota check. 
Enabling precise time
 **Category**: Policies
 
 ### pulsarChannelPauseReceivingCooldownMs
-After the connection is recovered from an pause receiving state, the channel 
will be rate-limited for a of time window to avoid overwhelming due to the 
backlog of requests. This parameter defines how long the rate limiting should 
last, in millis. Once the bytes that are waiting to be sent out reach the 
"pulsarChannelWriteBufferHighWaterMark", the timer will be reset. Setting a 
negative value will disable the rate limiting.
+After the connection is recovered from a pause receiving state, the channel 
will be rate-limited for a time window to avoid overwhelming due to the backlog 
of requests. This parameter defines how long the rate limiting should last, in 
millis. Once the bytes that are waiting to be sent out reach the 
"pulsarChannelWriteBufferHighWaterMark", the timer will be reset. Setting a 
negative value will disable the rate limiting.
 
 **Type**: `int`
 
@@ -2204,7 +2204,7 @@ After the connection is recovered from an pause receiving 
state, the channel wil
 **Category**: Policies
 
 ### pulsarChannelPauseReceivingCooldownRateLimitPeriodMs
-After the connection is recovered from a pause receiving state, the channel 
will be rate-limited for a period of time defined by 
pulsarChannelPauseReceivingCooldownMs to avoid overwhelming due to the backlog 
of requests. This parameter defines the period of the rate limiter in 
milliseconds. If the rate limit period is set to 1000, then the unit is 
requests per 1000 milli seconds. When it's 10, the unit is requests per every 
10ms.
+After the connection is recovered from a pause receiving state, the channel 
will be rate-limited for a period of time defined by 
pulsarChannelPauseReceivingCooldownMs to avoid overwhelming due to the backlog 
of requests. This parameter defines the period of the rate limiter in 
milliseconds. If the rate limit period is set to 1000, then the unit is 
requests per 1000 milliseconds. When it's 10, the unit is requests per every 
10ms.
 
 **Type**: `int`
 

Reply via email to