Skip to content

v1.4.0 — circuit breaker

Choose a tag to compare

@Jacobobber Jacobobber released this 08 Jul 20:14
bac9be0

Circuit breaker (CircuitBreakerHttpClient / BreakerPolicy): after a run of outages to a service the breaker opens and calls fail fast for a cooldown, then a half-open probe closes or re-opens it. Backpressure so a fleet of agents can't hammer a struggling downstream. Client errors never trip it; the clock is injected.