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 2022/09/10 11:02:43 UTC

[GitHub] [pulsar-client-reactive] lhotari opened a new issue, #2: Split InflightLimiter to separate backpressure module

lhotari opened a new issue, #2:
URL: https://github.com/apache/pulsar-client-reactive/issues/2

   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.  


-- 
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-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org