You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "christian ohr (JIRA)" <ji...@apache.org> on 2019/05/23 09:35:00 UTC

[jira] [Created] (CAMEL-13561) camel-hystrix - HystrixBadRequestException is swallowed

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)