|
|
|
|
|
by nevon
116 days ago
|
|
How does it deal with partial failures like the upstream being unreachable from one datacenter but not the other, or from one region but not another? Or when the upstream uses anycast or some other way to route to different origins depending on where the caller is? Making your circuit breaker state global seems like it would just exacerbate the problem. Failures are often partial in the real world. |
|