I have gone through the excellent article on application resiliency
https://msdn.microsoft.com/en-us/library/dn600215.aspx
Spring application which uses netflix hystrix fault tolerance library to provide circuit breaker for a rest method
https://spring.io/guides/gs/circuit-breaker/
https://msdn.microsoft.com/en-us/library/dn600215.aspx
- Circuit Breaker Pattern
- Compensating Transaction Pattern
- Leader Election Pattern
- Retry Pattern
- Scheduler Agent Supervisor Pattern
Spring application which uses netflix hystrix fault tolerance library to provide circuit breaker for a rest method
https://spring.io/guides/gs/circuit-breaker/