Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
The throttler EIP
https://camel.apache.org/components/latest/eips/throttle-eip.html
Is throttling based on a time window, eg max 100 messages per 10 seconds.
So if you have 99 messages in the 1st send, and 1 message in the 3d second, and then it would be idle for 7 seconds, before a new window open up.
Instead it would be good to throttle on "concurrent requests", eg inflight count.
So you can say max 10 inflight messsages (no time period).
Attachments
Issue Links
- is related to
-
CAMEL-16084 salesforce: Out of order execution
- Resolved
-
CAMEL-20355 Throttle EIP: milliseconds not available anymore
- Resolved
- relates to
-
CAMEL-20355 Throttle EIP: milliseconds not available anymore
- Resolved
- links to