You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2023/05/25 01:43:13 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar (#545abfc)

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 a2556afc5ca Docs sync done from apache/pulsar (#545abfc)
a2556afc5ca is described below

commit a2556afc5ca8afeee64a361c869d7af16bd9a705
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu May 25 01:43:05 2023 +0000

    Docs sync done from apache/pulsar (#545abfc)
---
 static/reference/next/config/reference-configuration-broker.md     | 6 +++---
 static/reference/next/config/reference-configuration-standalone.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md b/static/reference/next/config/reference-configuration-broker.md
index 3316f52a931..a5049181903 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2625,7 +2625,7 @@ Whether to enable the delayed delivery for messages.
 **Category**: Server
 
 ### delayedDeliveryFixedDelayDetectionLookahead
-Size of the lookahead window to use when detecting if all the messages in the topic have a fixed delay. Default is 50,000. Setting the lookahead window to 0 will disable the logic to handle fixed delays in messages in a different way.
+Size of the lookahead window to use when detecting if all the messages in the topic have a fixed delay for InMemoryDelayedDeliveryTracker (the default DelayedDeliverTracker). Default is 50,000. Setting the lookahead window to 0 will disable the logic to handle fixed delays in messages in a different way.
 
 **Type**: `long`
 
@@ -2680,7 +2680,7 @@ The delayed message index bucket min index count. When the index count of the cu
 **Category**: Server
 
 ### delayedDeliveryTickTimeMillis
-Control the tick time for when retrying on delayed delivery, affecting the accuracy of the delivery time compared to the scheduled time. Default is 1 second. Note that this time is used to configure the HashedWheelTimer's tick time for the InMemoryDelayedDeliveryTrackerFactory.
+Control the tick time for when retrying on delayed delivery, affecting the accuracy of the delivery time compared to the scheduled time. Default is 1 second. Note that this time is used to configure the HashedWheelTimer's tick time.
 
 **Type**: `long`
 
@@ -3023,7 +3023,7 @@ Used to specify the internal listener name for the broker.The listener name must
 **Category**: Server
 
 ### isDelayedDeliveryDeliverAtTimeStrict
-When using the InMemoryDelayedDeliveryTrackerFactory (the default DelayedDeliverTrackerFactory), whether the deliverAt time is strictly followed. When false (default), messages may be sent to consumers before the deliverAt time by as much as the tickTimeMillis. This can reduce the overhead on the broker of maintaining the delayed index for a potentially very short time period. When true, messages will not be sent to consumer until the deliverAt time has passed, and they may be as late as [...]
+Whether the deliverAt time is strictly followed. When false (default), messages may be sent to consumers before the deliverAt time by as much as the tickTimeMillis. This can reduce the overhead on the broker of maintaining the delayed index for a potentially very short time period. When true, messages will not be sent to consumer until the deliverAt time has passed, and they may be as late as the deliverAt time plus the tickTimeMillis for the topic plus the delayedDeliveryTickTimeMillis.
 
 **Type**: `boolean`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md b/static/reference/next/config/reference-configuration-standalone.md
index 3316f52a931..a5049181903 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2625,7 +2625,7 @@ Whether to enable the delayed delivery for messages.
 **Category**: Server
 
 ### delayedDeliveryFixedDelayDetectionLookahead
-Size of the lookahead window to use when detecting if all the messages in the topic have a fixed delay. Default is 50,000. Setting the lookahead window to 0 will disable the logic to handle fixed delays in messages in a different way.
+Size of the lookahead window to use when detecting if all the messages in the topic have a fixed delay for InMemoryDelayedDeliveryTracker (the default DelayedDeliverTracker). Default is 50,000. Setting the lookahead window to 0 will disable the logic to handle fixed delays in messages in a different way.
 
 **Type**: `long`
 
@@ -2680,7 +2680,7 @@ The delayed message index bucket min index count. When the index count of the cu
 **Category**: Server
 
 ### delayedDeliveryTickTimeMillis
-Control the tick time for when retrying on delayed delivery, affecting the accuracy of the delivery time compared to the scheduled time. Default is 1 second. Note that this time is used to configure the HashedWheelTimer's tick time for the InMemoryDelayedDeliveryTrackerFactory.
+Control the tick time for when retrying on delayed delivery, affecting the accuracy of the delivery time compared to the scheduled time. Default is 1 second. Note that this time is used to configure the HashedWheelTimer's tick time.
 
 **Type**: `long`
 
@@ -3023,7 +3023,7 @@ Used to specify the internal listener name for the broker.The listener name must
 **Category**: Server
 
 ### isDelayedDeliveryDeliverAtTimeStrict
-When using the InMemoryDelayedDeliveryTrackerFactory (the default DelayedDeliverTrackerFactory), whether the deliverAt time is strictly followed. When false (default), messages may be sent to consumers before the deliverAt time by as much as the tickTimeMillis. This can reduce the overhead on the broker of maintaining the delayed index for a potentially very short time period. When true, messages will not be sent to consumer until the deliverAt time has passed, and they may be as late as [...]
+Whether the deliverAt time is strictly followed. When false (default), messages may be sent to consumers before the deliverAt time by as much as the tickTimeMillis. This can reduce the overhead on the broker of maintaining the delayed index for a potentially very short time period. When true, messages will not be sent to consumer until the deliverAt time has passed, and they may be as late as the deliverAt time plus the tickTimeMillis for the topic plus the delayedDeliveryTickTimeMillis.
 
 **Type**: `boolean`