Circuit Breaker
A resilience pattern that prevents cascading failures by stopping requests to a failing service after a threshold of errors, allowing it time to recover.
相关协议
在指南中提及
相关场景
另请参阅
Retry Strategy
Error Handling
Graceful Degradation
Error Handling
Fallback
Error Handling
Error Boundary
Error Handling
Health Check
Error Handling
Timeout Budget
Error Handling
Backpressure
Error Handling
Thundering Herd
Error Handling
Bulkhead Pattern
Error Handling
Fail Open / Fail Closed
Error Handling
Health Check Endpoint
Infrastructure
Observability
Infrastructure