Closed
Description
Enhancement Request
In Eventmesh runtime, there is flow control using RateLimiter in TCP MessageTransfer processor, and HTTP Batch Message send processor. However flow control is missing in Http MessageSend (Sync & Async) procrssors.
I have implemented RateLimiter for Http Message Send processors, and would like to contribute.
I will create a PR later.
Is your enhancement request related to a problem? Please describe
Adding RateLimiter to Http Message Send Processor.
Using property file to set the rate limit
Describe the solution you'd like
Implementation is similar to Ratelimiter for TCP and HTTP Batch Send