Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 220 Bytes

hystrix.md

File metadata and controls

1 lines (1 loc) · 220 Bytes

Hystrix is used to implement circuit breaker and hence all failed routes will turn off, from further traffic routing, avoiding cascading failure. These parameters are configurable and uses spring hystrix implementation.