You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InflightLimiter is a generic Reactive operator for limiting the number of concurrent elements in progress. It is used in the current adapter based implementation to achieve asynchronous non-blocking backpressure. The InflightLimiter implementation depends on JCTools library which provides a high performance queue implementation that is used in the solution.
It would be useful to move InflightLimiter to an independent module so that it could be used on its own. Contributing InflightLimiter to resilience4j-reactor would be useful too.
The text was updated successfully, but these errors were encountered:
InflightLimiter is a generic Reactive operator for limiting the number of concurrent elements in progress. It is used in the current adapter based implementation to achieve asynchronous non-blocking backpressure. The InflightLimiter implementation depends on JCTools library which provides a high performance queue implementation that is used in the solution.
It would be useful to move InflightLimiter to an independent module so that it could be used on its own. Contributing InflightLimiter to resilience4j-reactor would be useful too.
The text was updated successfully, but these errors were encountered: