blob: 74f30ae902870a83da192ea13bea7ac6a9cb2e0a [file] [log] [blame]
= Microprofile Fault Tolerance Component
:doctitle: Microprofile Fault Tolerance
:shortname: microprofile-fault-tolerance
:artifactid: camel-microprofile-fault-tolerance
:description: Circuit Breaker EIP using MicroProfile Fault Tolerance
:since: 3.3
:supportlevel: Stable
:tabs-sync-option:
*Since Camel {since}*
This component supports the Circuit Breaker EIP with the MicroProfile Fault Tolerance library.
For more details, see the xref:eips:circuitBreaker-eip.adoc[Circuit Breaker EIP] documentation.
Maven users will need to add the following dependency to their `pom.xml`
for this component:
[source,xml]
----
<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>
----