You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to specify the state of a circuit breaker in application.yml? I wanted to deploy the circuitBreaker in monitor state before enabling them after a couple of days.
Thanks,
Lawrence
The text was updated successfully, but these errors were encountered:
Thanks. I was trying to write custom code for it but it seems the CircuitBreakerRegistry gets populated when the feign client we created a circuit breaker for gets hit.
I am just wondering how I can write the custom code so that when a circuitbreaker is created, I can immediately set its state to metrics only.
Hi
Is there a way to specify the state of a circuit breaker in application.yml? I wanted to deploy the circuitBreaker in monitor state before enabling them after a couple of days.
Thanks,
Lawrence
The text was updated successfully, but these errors were encountered: