César Revert
César Revert
I try to clarify the scenario with the following image:  The idea with the Circuit Breaker is only to count the errors produced in the proxy gRPC client, and...
> In general, I think you should just treat CANCELLED differently and mostly ignore them. They really don't apply to what you're trying to detect with the circuit breaker. It...
Thanks for your time @shakuzen, but I don't really understand why the `max` value does not use the same step interval than the `count` and `total`, it seems to me...