diff --git a/README.md b/README.md index b94e1bd..320b6b0 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Contributions are always welcome! ## Stability * [Circuit Breaker](https://martinfowler.com/bliki/CircuitBreaker.html) * [Circuit Breaking in Distributed Systems](https://www.infoq.com/presentations/circuit-breaking-distributed-systems) + * [Circuit Breakers for Distributed Services at LINE](https://engineering.linecorp.com/en/blog/detail/76) * [Applying Circuit Breaker to Channel Gateway at LINE](https://engineering.linecorp.com/en/blog/detail/78) * [Circuit Breaker for Scaling Containers](https://f5.com/about-us/blog/articles/the-art-of-scaling-containers-circuit-breakers-28919) * [Always use timeouts (if possible)](https://www.javaworld.com/article/2824163/application-performance/stability-patterns-applied-in-a-restful-architecture.html)