From 204a42f894ebfcf3cb1c2665c88aac1afca36e45 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 1 Feb 2018 13:41:13 +0800 Subject: [PATCH] Protector: Circuit Breaker for Time Series Databases at Trivago --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ab885a..10bd67a 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Applying Circuit Breaker to Channel Gateway at LINE](https://engineering.linecorp.com/en/blog/detail/78) * [Lessons in Resilience at SoundCloud](https://developers.soundcloud.com/blog/lessons-in-resilience-at-SoundCloud) * [Circuit Breaker for Scaling Containers](https://f5.com/about-us/blog/articles/the-art-of-scaling-containers-circuit-breakers-28919) + * [Protector: Circuit Breaker for Time Series Databases at Trivago](http://tech.trivago.com/2016/02/23/protector/) * [Always use timeouts (if possible)](https://www.javaworld.com/article/2824163/application-performance/stability-patterns-applied-in-a-restful-architecture.html) * [Let it crash/Supervisors: Embrace failure as a natural state in the life-cycle of the application](http://erlang.org/doc/design_principles/sup_princ.html) * [Crash early: An error now is better than a response tomorrow](http://odino.org/better-performance-the-case-for-timeouts/)