Netflix Hystrix 支持

Netflix Hystrix Support

Netflix Hystrix seems to be going to a maintenance mode. Would like to understand what is SAP's take on this? Will there be any change going forward?

根据 S4SDK 博客 Click here! , SAP S4 cloud archetype is using Hystrix library for resilience. From the Netflix Hystrix library,https://github.com/Netflix/Hystrix,它声明不会有任何新的开发,它继续处于维护模式。他们建议今后使用 resilience4j。 需要了解,SAP 在 S4SDK 方面对使用 Hystrix 的建议是什么?

更新: 从 SAP Cloud SDK 3.0.0 版开始,我们用 Resilience4J 替换了 Hystrix 作为我们的 go-to 弹性框架。

有关更多详细信息,请查看我们更新的教程 here


我们目前正在深入研究用 Resilience4J 替换 Hystrix。

作为一种解决方法,您可以使用 Resilience4J(将您的逻辑包装到所需的装饰器中)自行处理命令的弹性,而不是扩展 SDK ErpCommand

当我们可以分享时我会更新这个答案details/results。