gw-06 — References

Foundational reading

Load balancing

Adaptive concurrency

Circuit breaking & bulkheads

  • Michael Nygard, Release It! — circuit breakers, bulkheads, the stability patterns vocabulary.
  • Netflix Hystrix (archived) + resilience4j — circuit breaker / bulkhead / rate limiter implementations to read.

Cross-lab dependencies

  • Upstream: gw-03 (endpoint phase + timeout), gw-04 (subset to balance over).
  • Downstream: gw-08 (Envoy implements all of this via xDS), gw-11 (the metrics that make it observable), gw-05 (reconnect backoff).