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