baomingyu commented on a change in pull request #10168:
URL: https://github.com/apache/pulsar/pull/10168#discussion_r611282101
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -1510,6 +1513,8 @@
private String managedLedgerDataReadPriority =
OffloadPolicies.OffloadedReadPriority.TIERED_STORAGE_FIRST
.getValue();
+ private long stickConsumerBackOffDelayTimeMs = 500;
Review comment:
I add this for config backoff time for pr 10096.
--
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]