I have tried unsuccessfully to implement circuit breaker pattern, here, in Java using Spring framework.
How can you implement circuit breaker pattern by Java and Sp
Spring cloud provides some interesting integration with Hystrix. You should probably have a look into it...