Microprofile Fault Tolerance
Since Camel 3.3
This component supports the Circuit Breaker EIP with the MicroProfile Fault Tolerance library.
For more details, see the Circuit Breaker EIP documentation.
Maven users will need to add the following dependency to
their pom.xml
for this component:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-microprofile-fault-tolerance</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>