Skip to content
Advertisement

Tag: resilience4j

Java + Webflux + Resilience4j: Name of the method triggering the fallBack method

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

Advertisement