Circuit Breaker with resilience4j configuration not working as expected in 3.18.2

2022-09-13 Thread Abhishek Rajendra Yadav
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

RE: Re: Circuit Breaker with resilience4j configuration not working as expected in 3.18.2

2022-09-14 Thread Abhishek Rajendra Yadav
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

RE: Re: Re: Circuit Breaker with resilience4j configuration not working as expected in 3.18.2

2022-09-15 Thread Abhishek Rajendra Yadav
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