[ 
https://issues.apache.org/jira/browse/CAMEL-14548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christoph Giera updated CAMEL-14548:
------------------------------------
    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.
{code:java}
//
.circuitBreaker() 
// see application.properties how resilience is configured 
.to("http://localhost:9090/service1";)
{code}
 

The configuration in application.properties is not taken into account.

  was:
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.
{code:java}
//
.circuitBreaker() 
// see application.properties how resilience is configured 
.to("http://localhost:9090/service1";)
{code}
 

The configuration in application.properties is not taken into account.


> resilience4j doesn't catch configuration from spring boot
> ---------------------------------------------------------
>
>                 Key: CAMEL-14548
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14548
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.0.1
>            Reporter: Christoph Giera
>            Priority: Major
>
> 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.
> {code:java}
> //
> .circuitBreaker() 
> // see application.properties how resilience is configured 
> .to("http://localhost:9090/service1";)
> {code}
>  
> The configuration in application.properties is not taken into account.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to