awolden / brakes

Hystrix compliant Node.js Circuit Breaker Library
MIT License
300 stars 35 forks source link

Two Hystrix servers #70

Closed mazzy89 closed 7 years ago

mazzy89 commented 7 years ago

Why in the examples/hystrix-example.js there are two Hystrix servers created? One is not enough?

awolden commented 7 years ago

Hey @mazzy89, There are two hystrix servers in that example because I use that example file to test turbine integration. Turbine is an aggregation service that combines multiple hystrix streams into one dashboard: https://github.com/Netflix/Turbine/wiki

mazzy89 commented 7 years ago

Thank you @awolden for the explanation