Hi

So are you saying that calling this http endpoint causes a timeout,
but that timeout is not triggered in the Camel route so the exchange
fails?

And if you turn off bulkhead, then you see such timeout exception on
the exchange ?

On Mon, Oct 4, 2021 at 1:13 PM Jesper Duelund Isaksen
<jesper.duelund.isak...@systematic.com.invalid> wrote:
>
> Hi Camel users,
>
> When declaring a Camel Route that uses Resilience4j as a circuit breaker, I 
> am seeing an issue where configuring a timeout has no effect in case a 
> Bulkhead is also configured. This happens even though the option 
> CancelRunningFuture is set to true.
> I was wondering if this is unintended or unsupported use of the circuit 
> breaker? It doesn't seem to be explicitly documented as such though.
>
> I've created an example project with the route configuration here: 
> https://github.com/sys-jdi/camel-timeout-test/blob/main/src/main/java/org/project/test/WireMockRouteBuilder.java
>
> It seems to happen for both Apache Camel 3.11.2 and Apache Camel 3.12.0.
>
> Kind Regards
> Jesper Isaksen



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to