Hi,
While upgrading Camel from our current verion (3.4.2) to the latest version
(3.18.2) we are running into an issue where the resilience4j circuit breaker is
not working as expected. After the circuit is OPEN it should throw an
exception(CallNotPermittedException) same as 3.4.2 but instead th
code changes (JIRAs) that can help clarify
> this.
>
>
>
>
>
>
> On Tue, Sep 13, 2022 at 12:28 PM Abhishek Rajendra Yadav
> wrote:
>
> > Hi,
> >
> > While upgrading Camel from our current verion (3.4.2) to the latest
> > version (3.18.2) we are ru
downstream.
> > You have state on exchange properties you can use to know if it was
> > rejected or not
> >
> > exchange.setProperty(ExchangePropertyKey.CIRCUIT_BREAKER_RESPONSE_SHORT_CIRCUITED,
> > true);
> > exchange.setProperty(ExchangePropertyKey.CIRCU