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 2022/05/09 05:47:00 UTC

[GitHub] [pulsar] AnonHxy opened a new pull request, #15498: [broker]Use HierarchyTopicPolicies to update topic-level subscribeRate

AnonHxy opened a new pull request, #15498:
URL: https://github.com/apache/pulsar/pull/15498

   ### Motivation
   
   Use HierarchyTopicPolicies to update topic-level subscribeRate
   
   ### Modifications
   
   Use `updateSubscribeRateLimiter()` to update topic-level subscribeRate, instead of `initializeTopicSubscribeRateLimiterIfNeeded`.   After this Modification,  broker-level, ns-level and topic-level subscribeRate updating all use the same method `updateSubscribeRateLimiter()`
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   * org.apache.pulsar.broker.admin.TopicPoliciesTest#testDisableSubscribeRate
   
   ### Documentation
     
   - [x] `no-need-doc` 
   (Please explain why)


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] AnonHxy commented on pull request #15498: [improve][broker] Use HierarchyTopicPolicies to update topic-level subscribeRate

Posted by GitBox <gi...@apache.org>.
AnonHxy commented on PR #15498:
URL: https://github.com/apache/pulsar/pull/15498#issuecomment-1123237244

   @Jason918  @gaozhangmin  @codelipenghui  PTAL 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] Technoboy- merged pull request #15498: [improve][broker] Use HierarchyTopicPolicies to update topic-level subscribeRate

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #15498:
URL: https://github.com/apache/pulsar/pull/15498


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org