rajakumare1
Results
2
comments of
rajakumare1
Even when I use resillence4j feign, the fallback is happening for every retry instead of only one after all retry attempts @Bean public Feign.Builder feignBuilder() { CircuitBreaker circuitBreaker = CircuitBreaker.ofDefaults("Test");...
@ihoroshko-n-ix @gfourny-sfeir Can you post the code in Github repo as I am not sure of how to inject the service into the Function interface