Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to implement circuit breaker in my reactive application. But in logs it is always showing state as closed state, even after circuit breaker is triggered as this line is getting triggered ->
log.error("Circuit breaker opened", throwable);
I want to know how it is changing state it's behaviour in that state ?Dependency->
This is my circuitBreakerConfig file->
@RobWin @Romeh
Beta Was this translation helpful? Give feedback.
All reactions