Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.18.1
-
None
-
Unknown
Description
In case you use a delay in a Camel route which is protected by hystrix and a hystrix timeout is triggered, then it causes the Camel delayer to interrupt and fail the exchange.
Then the fallback should be executed on hystrix which then dont continue routing due Camel delayer marked the exchange to route stop just beforehand.