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를 참조하십시오.