as Netflix put Hystrix officially into maintenance mode (https://github.com/Netflix/Hystrix#hystrix-status), I started to look for alternatives. There are nice libraries like resilience4j when it comes to patterns like Circuit Breakers, Bulkheads, Retries and these things, but I cannot find an alternative for the request collapsing, that Hystrix can do.
Is anyone aware of a library, that can provide such functionality?
Thanks, Benjamin