315157973 commented on a change in pull request #13618:
URL: https://github.com/apache/pulsar/pull/13618#discussion_r785384164



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java
##########
@@ -102,7 +102,7 @@
 
     private final ConsumerStatsImpl stats;
 
-    private volatile int maxUnackedMessages;
+    private final boolean maxUnackedMessagesEnabled;

Review comment:
       If we update Policies, it should be possible to disable this feature. If 
it is set to final, how to update it later?




-- 
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]


Reply via email to