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_r234354353
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -157,6 +157,15 @@
// than this percentage limit and subscription will not receive any new
messages until that subscription acks back
// limit/2 messages
private double maxUnackedMessagesPerSubscriptionOnBrokerBlocked = 0.16;
+ // Subscribe too much for a consumer and load data from bookie to cause
the high network bandwidth usage.
Review comment:
Update the comments as suggested above.
----------------------------------------------------------------
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