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_r234353789
########## 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. Review comment: `too many subscribe requests from a consumer can cause broker rewinding consumer cursors and loading data from bookies, hence causing high network bandwidth usage` ---------------------------------------------------------------- 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
