第 150 章 Hystrix 组件
作为 Camel 2.18 版提供
hystrix 组件集成 Camel 路由中的 Netflix Hystrix 断路器。
Maven 用户需要将以下依赖项添加到其 pom.xml 中:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hystrix</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
如需更多信息,请参阅 Hystrix EIP