Built and integrated a Circuit Breaker into Sentinel
now it stops sending traffic to an upstream that’s already failing
Here’s the flow:
- CLOSED: requests flow normally
After 3 failures leads to OPEN state
- OPEN: requests are blocked and the unhealthy backend receives no