product-microgateway
product-microgateway copied to clipboard
Add outlier detection for circuit breaking
Describe your problem(s)
When upstream goes down completely or upstream is not reliable, then we have to be able to eject them from the cluster rotation completely for a period of time. This is somewhat similar to the ballerina circuit breaker. https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/outlier_detection.proto#config-cluster-v3-outlierdetection
related to https://github.com/wso2/product-microgateway/issues/2320