christian ohr created CAMEL-13561:
-------------------------------------
Summary: camel-hystrix - HystrixBadRequestException is swallowed
Key: CAMEL-13561
URL: https://issues.apache.org/jira/browse/CAMEL-13561
Project: Camel
Issue Type: Bug
Components: camel-hystrix
Reporter: christian ohr
CAMEL-13066 fixed a problem that HystrixBadRequestExceptions caused the
fallback processor being executed.
However, it seems that due to this fix the exception is simply thrown away and
the route proceeds as if no error has occurred. This is certainly not the
intended behavior.
As I understand it, the HystrixBadRequestExceptions should simply be thrown out
of the HystrixProcessor, but without any fallback processor being triggered or
circuit being opened
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)