Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
-
None
-
Unknown
Description
Configuring the resilience4j component with spring boot like in the example https://github.com/apache/camel-spring-boot/blob/master/examples/camel-example-spring-boot-resilience4j/client/src/main/java/sample/camel/ClientRoute.java doesn't work correctly.
.circuitBreaker() // see application.properties how resilience is configured .to("http://localhost:9090/service1")
The configuration in application.properties is not taken into account.