A product owner wants to know what fallback behavior Spring Cloud Resilience4j provides when a circuit is OPEN. What should the developer implement?
-
A
The service blocks the thread until the circuit closes
-
B
A fallback method or Fallback Factory returns a default response instead of calling the failing service
-
C
Resilience4j restarts the downstream service automatically
-
D
Spring retries the call indefinitely until success