hi srinipadala
Thanks for sharing such a great article!!
I would like to bring to your attention to an observation regarding the backend pool configuration. I have a backend pool with two backends, both assigned the same weight, with the circuit breaker enabled.
However, when one of the backends has an open circuit, the pool still routes requests to it. Ideally, the requests should bypass the backend with the open circuit. Is there anything I can do to fix this??
below is my failure condition
{
"failureCondition": {
"count": "1",
"errorReasons": [ "Server errors" ],
"interval": "PT1M",
"statusCodeRanges": [
{
"min": "429",
"max": "429"
},
{
"min": "501",
"max": "503"
}
]
},
"name": "myBreakerRule",
"tripDuration": "PT1M",
"acceptRetryAfter": true
}