jono-morris opened a new pull request, #12138: URL: https://github.com/apache/camel/pull/12138
Updated the Throttler to use the number of concurrent requests as the throttling measure instead of the number of requests per period. Now uses Semaphore to bound the rate with the bound of the semaphore set using the throttle rate. Semaphore 'fair' setting set to ensure fifo behaviour. Maintains asyc resubmission when config allows with processes being submitted for immediate execution to the executor. Some tests removed that were based on testing the number of requests per period. -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org