rdhabalia commented on a change in pull request #9789:
URL: https://github.com/apache/pulsar/pull/9789#discussion_r588710660
##########
File path: conf/broker.conf
##########
@@ -275,6 +275,9 @@ maxUnackedMessagesPerBroker=0
# limit/2 messages
maxUnackedMessagesPerSubscriptionOnBrokerBlocked=0.16
+# Broker periodically checks if subscription is stuck and unblock if flag is
enabled. (Default is disabled)
+unblockStuckSubscriptionEnabled=false
Review comment:
this check depends on the rate and this check is performed in the same
stats-update task so, this feature doesn't require additional configuration.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]