Robert Winkler

Results 597 comments of Robert Winkler

Yes, I will fix it. But currently I'm on vacation and then rehab 😐

We are working on release 2.x in our rare time. We dont plan to release any further 1.7.x release. But of course you are invited to join our slack channel...

I need your email address to invite you

Hi, the Spring Boot module does not support Kotlin right now. You can only use `resilience4j-kotlin` directly. But feel free to create a PR to improve the Spring Boot Kotlin...

Hi, thanks for your PR. I like the idea of having a Bulkhead which queues permission requests when the concurrency limit is reached. It's somehow like the ThreadPoolBulkhead works. But...

Can we implement this with a reactive streaming library like Reactor or RxJava? We consume events from our existing RateLimiter or Bulkhead and reconfigure them at runtime?

I'm looking forward to your implementation :+1:

I think the multiplicative-decrease factor and additive-increase value should also be configurable.