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
Added WithDisableCircuitBreaker and WithDisableBusyLoopBreaker options (#16)
Added `WithDisableCircuitBreaker` and `WithDisableBusyLoopBreaker`
options. These are variants of the now deprecated
`DisableCircuitBreaker`
and `DisableBusyLoopBreaker` options. They provide a booling parameter
which is more convenient for usage with
code generation and for shimming with configuration.
0 commit comments