gkatzioura
gkatzioura
Hi @elefeint , any interest on this?
Hi @RobWin does it make sense to reboot this?
> I'd rather not introduce another dependency. Gateway already depends on resilence4j, would you be willing to rework and use that library since we already manage it? https://github.com/resilience4j/resilience4j#ratelimiter Hi @spencergibb...
Hi @spencergibb ! The rate limiter has been switched to the resilience4j rate limiter. Currently I am working on the testing. Some notes on the resilience4j rate limiter. It acts...
The related ticket is #88
@korektur I am available if people want to reboot it. Also I have implemented a Refill Rate limiter for [Ressilience4j](https://github.com/resilience4j/resilience4j/pull/1370) In case a more smooth Rate Limiting is needed (I...
Hi @mafias I am available for this. If I see engagement from @spencergibb and team can resume.
I had the same limitation on this one. I ended up swapping the SubscriberClient on the GrpcSubscriber with a custom one using reflection. A pr tackling this would be more...
Hi @wimmerX The InfluxDBResultMapper was developed first and what it achieves is to map the results fetched to objects. The InfluxDBMapper can be used to persist those objects as well...
@codefromthecrypt that's awesome thank you!