wangjialing218 commented on a change in pull request #13829:
URL: https://github.com/apache/pulsar/pull/13829#discussion_r787470702



##########
File path: site2/docs/reference-configuration.md
##########
@@ -484,12 +492,16 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 | brokerPublisherThrottlingMaxByteRate | Maximum rate (in 1 second) of bytes 
allowed to publish for a broker if the  byte rate limiting is enabled. When the 
value is set to 0, the byte rate limiting is disabled. | 0 |
 |subscribeThrottlingRatePerConsumer|Too many subscribe requests from a 
consumer can cause broker rewinding consumer cursors and loading data from 
bookies, hence causing high network bandwidth usage. When the positive value is 
set, broker will throttle the subscribe requests for one consumer. Otherwise, 
the throttling will be disabled. By default, throttling is disabled.|0|
 |subscribeRatePeriodPerConsumerInSecond|Rate period for 
{subscribeThrottlingRatePerConsumer}. By default, it is 30s.|30|
+| dispatchThrottlingRateInMsg | Default messages (per second) dispatch 
throttling-limit for whole broker. When the value is set to 0, default message 
dispatch throttling-limit is disabled. |0|
+| dispatchThrottlingRateInByte | Default byte (per second) dispatch 
throttling-limit for whole broker. When the value is set to 0, default byte 
dispatch throttling-limit is disabled. |0|

Review comment:
       done

##########
File path: site2/website-next/docs/reference-configuration.md
##########
@@ -164,6 +164,14 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |brokerDeduplicationMaxNumberOfProducers| The maximum number of producers for 
which information will be stored for deduplication purposes.  |10000|
 |brokerDeduplicationEntriesInterval|  The number of entries after which a 
deduplication informational snapshot is taken. A larger interval will lead to 
fewer snapshots being taken, though this would also lengthen the topic recovery 
time (the time required for entries published after the snapshot to be 
replayed). |1000|
 |brokerDeduplicationProducerInactivityTimeoutMinutes| The time of inactivity 
(in minutes) after which the broker will discard deduplication information 
related to a disconnected producer. |360|
+|dispatchThrottlingRateInMsg| Default messages (per second) dispatch 
throttling-limit for whole broker. When the value is set to 0, default message 
dispatch throttling-limit is disabled. |0|

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to