이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 150. Hystrix Component
Available as of Camel version 2.18
The hystrix component integrates Netflix Hystrix circuit breaker in Camel routes.
Maven users will need to add the following dependency to their pom.xml
for this component:
<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>
For more information see the Hystrix EIP