You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/20 07:03:07 UTC

[GitHub] [pulsar] 315157973 opened a new pull request #9653: Fix namespace-level MaxUnackedMessagesPerConsumer did not take effect and cannot be disabled

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:
users@infra.apache.org



[GitHub] [pulsar] 315157973 closed pull request #9653: Fix namespace-level MaxUnackedMessagesPerConsumer did not take effect and cannot be disabled

Posted by GitBox <gi...@apache.org>.
315157973 closed pull request #9653:
URL: https://github.com/apache/pulsar/pull/9653


   


----------------------------------------------------------------
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:
users@infra.apache.org