Circuit breaker design pattern implementation

后端 未结 6 1773
不思量自难忘°
不思量自难忘° 2020-12-24 08:37

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

6条回答
  •  既然无缘
    2020-12-24 09:04

    Spring cloud provides some interesting integration with Hystrix. You should probably have a look into it...

提交回复
热议问题