Omer Keynan

Results 5 issues of Omer Keynan

Fixed ratelimiter config to not allow durations that will result in long overflow

Resilience4j version: 1.7.1 Java version: 11 In a spring-boot reactor project I have a method annotated with retry and circuitbreaker, and fallbacks defined: ```java @CircuitBreaker(name = "es", fallbackMethod = "fallbackCircuitOpen")...

question
needs investigation

Resilience4j version: 2.0.0-SNAPSHOT Java version: 11 working with 11, but this is for all versions When not working with spring's annotations, there is no provided way to add fallback on...

enhancement

Issue #1723 Add fallback decorator to reactor operators. Added the class and it's tests. No changes to existing code made.

### Expected Behavior Expected: run with no deprecation, or provide a proper mesage. In my init.gradle.kts, I have this block: ``` initscript { fun fetchCodeArtifactToken(): String { val output =...

a:bug