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 2019/08/20 02:14:20 UTC

[GitHub] [pulsar] fxbing opened a new issue #4980: Expose an REST endpoint to trigger backlogQuotaCheck

fxbing opened a new issue #4980: Expose an REST endpoint to trigger backlogQuotaCheck
URL: https://github.com/apache/pulsar/issues/4980
 
 
   **Is your feature request related to a problem? Please describe.**
   In master, there are 2 ways to trigger backlogQuotaCheck:  
   1. Create a new producer.
   2. Wait until the default trigger time. (Default `backlogQuotaCheckIntervalInSeconds` is 60.)
   
   So, if I want to trigger backlogQuotaCheck without creating a new producer in integration tests, I have to wait at least 60 seconds.
   
   **Describe the solution you'd like**
   Expose an REST endpoint to trigger backlogQuotaCheck. That will make integration tests easier in future without forcing it to sleep and wait the block to kick in backlog quota check.

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


With regards,
Apache Git Services