resilience4j / resilience4j

Resilience4j is a fault tolerance library designed for Java8 and functional programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which fallback method will be called after the CB opened with Spring Boot2?

wangsiwei-magictavern-com opened this issue · comments

Resilience4j version: 2.0.2

Java version: 17

We use Resilience4j in Spring Boot2 with webflux.
We use CB with several fallback methods, If CB is open which fallback method will be called?