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
We've faced a problem that CB cannot have CLOSED state when permittedCallsInHalfOpenState is less than minimumRequiredCalls, because after reaching permittedCallsInHalfOpenState it switches to OPEN again that is an endless loop.
Hey there!
We've faced a problem that CB cannot have CLOSED state when
permittedCallsInHalfOpenState
is less thanminimumRequiredCalls
, because after reachingpermittedCallsInHalfOpenState
it switches to OPEN again that is an endless loop.Even though this behaviour is pretty straight forward from properties description, the docs encourages this in the examples here https://kora-projects.github.io/kora-docs/en/documentation/resilient/#configuration
The text was updated successfully, but these errors were encountered: