Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 19, 2016
1 parent a9feac5 commit 504ca8c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 504ca8c

Please sign in to comment.