似乎hystrix已接近使用寿命,并且netflix堆栈现在已被弃用。 我们正在为一个全新的项目构建堆栈,我们需要一个断路器,我们的默认选择是hystrix,因为它是团队所熟知和赞赏的。
如今hystrix已完全集成在Spring Cloud中,是否有任何计划很快将其删除?
似乎hystrix已接近使用寿命,并且netflix堆栈现在已被弃用。 我们正在为一个全新的项目构建堆栈,我们需要一个断路器,我们的默认选择是hystrix,因为它是团队所熟知和赞赏的。
如今hystrix已完全集成在Spring Cloud中,是否有任何计划很快将其删除?
Resilience4j is the new circuit-breaker from Netflix. You can read more about the project on their webpage or github, but in short:
And they have a getting-started for spring-cloud as well =)