From 504ca8c5656ad7f5345ad46aa7e2d0e003f8b2a5 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 19 Feb 2016 10:40:32 -0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be1cf99..2bfe90a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ Turbine Instance Discovery based on EC2 tags. ## Why -At ContaAzul, we are using Hystrix for circuit-breakers and Turbine to +At ContaAzul, we have used [Netflix/Hystrix][hystrix] for circuit-breakers and +[Netflix/Turbine][turbine] to aggregate Hystrix streams. -Turbine has Eureka InstanceDiscovery, but we don't use it, nor want to use it. +Turbine has Eureka InstanceDiscovery, but we don't use it, nor plan to use it +in near future. It seemed simple enough to just use our already defined tags to wire services to Turbine. @@ -54,3 +56,6 @@ That's it. You can either download the `turbine-ec2-core.jar` and wire it with your own code, or download the `turbine-ec2-web.war` and deploy it in a servlet container. + +[hystrix]: https://github.com/Netflix/Hystrix +[turbine]: https://github.com/Netflix/Turbine