315157973 opened a new pull request #9653:
URL: https://github.com/apache/pulsar/pull/9653


   master issue #9146
   
   ### Motivation
   Namespace-level `MaxUnackedMessagesPerConsumer` did not take effect and 
cannot be disabled.
   The consumer will use the broker-level configuration when it is created, and 
this parameter is final and cannot be modified.
   
   ### Modifications
   1) Change `int` to `Integer`, so that we can judge whether the 
Namespace-level has a policy
   2) The `maxUnackedMessages` in the consumer is changed to non-final, and 
this value is also updated when the policy is updated


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


Reply via email to