sijie commented on a change in pull request #2977: Fix-2876 Limit the client reconnect behavior URL: https://github.com/apache/pulsar/pull/2977#discussion_r234354278
########## File path: conf/broker.conf ########## @@ -148,6 +148,15 @@ maxUnackedMessagesPerBroker=0 # limit/2 messages maxUnackedMessagesPerSubscriptionOnBrokerBlocked=0.16 +# Subscribe too much for a consumer and load data from bookie to cause the high network bandwidth usage. +# https://github.com/apache/pulsar/issues/2876 +# Default broker do not limit subscribe times for a consumer. Using a value of 0 is disabling subscribe Review comment: When the positive value is set, broker will throttle the subscribe requests for one consumer. Otherwise, the throttling will be disabled. The default value of this setting is 0 - throttling is disabled. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
