Skip to content

Commit 46eba55

Browse files
Docs sync done from apache/pulsar (#38a41e0)
1 parent 9f3e250 commit 46eba55

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

static/reference/next/config/reference-configuration-broker.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,17 @@ If value is "org.apache.pulsar.broker.delayed.BucketDelayedDeliveryTrackerFactor
30723072

30733073
**Category**: Server
30743074

3075+
### dispatchRateLimiterFactoryClassName
3076+
The class name of the factory that creates DispatchRateLimiter implementations. Current options are org.apache.pulsar.broker.service.persistent.DispatchRateLimiterFactoryAsyncTokenBucket (default, PIP-322 implementation) org.apache.pulsar.broker.service.persistent.DispatchRateLimiterFactoryClassic (legacy implementation)
3077+
3078+
**Type**: `java.lang.String`
3079+
3080+
**Default**: `org.apache.pulsar.broker.service.persistent.DispatchRateLimiterFactoryAsyncTokenBucket`
3081+
3082+
**Dynamic**: `false`
3083+
3084+
**Category**: Server
3085+
30753086
### dispatchThrottlingForFilteredEntriesEnabled
30763087
Whether the broker should count filtered entries in dispatch rate limit calculations. When disabled, only messages sent to a consumer count towards a dispatch rate limit at the broker, topic, and subscription level. When enabled, messages filtered out due to entry filter logic are counted towards each relevant rate limit.
30773088

static/reference/next/config/reference-configuration-standalone.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,6 +3072,17 @@ If value is "org.apache.pulsar.broker.delayed.BucketDelayedDeliveryTrackerFactor
30723072

30733073
**Category**: Server
30743074

3075+
### dispatchRateLimiterFactoryClassName
3076+
The class name of the factory that creates DispatchRateLimiter implementations. Current options are org.apache.pulsar.broker.service.persistent.DispatchRateLimiterFactoryAsyncTokenBucket (default, PIP-322 implementation) org.apache.pulsar.broker.service.persistent.DispatchRateLimiterFactoryClassic (legacy implementation)
3077+
3078+
**Type**: `java.lang.String`
3079+
3080+
**Default**: `org.apache.pulsar.broker.service.persistent.DispatchRateLimiterFactoryAsyncTokenBucket`
3081+
3082+
**Dynamic**: `false`
3083+
3084+
**Category**: Server
3085+
30753086
### dispatchThrottlingForFilteredEntriesEnabled
30763087
Whether the broker should count filtered entries in dispatch rate limit calculations. When disabled, only messages sent to a consumer count towards a dispatch rate limit at the broker, topic, and subscription level. When enabled, messages filtered out due to entry filter logic are counted towards each relevant rate limit.
30773088

0 commit comments

Comments
 (0)