lordcheng10 commented on a change in pull request #14515:
URL: https://github.com/apache/pulsar/pull/14515#discussion_r818247689
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
##########
@@ -205,6 +205,7 @@
private boolean autoReadDisabledPublishBufferLimiting = false;
private final long maxPendingBytesPerThread;
private final long resumeThresholdPendingBytesPerThread;
+ public static boolean autoShrinkForConsumerPendingAcksMap;
Review comment:
The question here is: how do we pass autoShrinkForConsumerPendingAcksMap
to the Consumer class, if we don't define autoShrinkForConsumerPendingAcksMap
as static and pass the method parameters.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]