Small question regarding Java SpringBoot Webflux with Resilience4J (not Spring Cloud Circuit Breaker) please. I have the following straightforward: And one same callee fallbackMethod, shared by all callers, as: What is the best way to retrieve which one of the two methods methodOne or methodTwo was actually the trigger of this fallback please? I have some 1000+ methods with this
Tag: resilience4j
Resilience4j Retry – logging retry attempts from client?
Is it possible to log retries attempts on client side with resilience4j please? Maybe via some kind of configuration, or settings. Currently, I am using resilience4j with Spring boot Webflux annotation based. It is working great, the project is amazing. While we put server logs on server side, to see that a same http call has been made due to