Re: Hystrix Fallback not executed on Thread Pool/Semaphore rejection

2016-11-01 Thread Maxime Tremblay
Great, thank you for the fix. On Tue, Nov 1, 2016 at 7:23 AM, Claus Ibsen wrote: > Hi > > Ah yes thats a bug. I have logged a ticket > https://issues.apache.org/jira/browse/CAMEL-10430 > > We should get the exception from the command which then also has > exception for

Re: Hystrix Fallback not executed on Thread Pool/Semaphore rejection

2016-11-01 Thread Claus Ibsen
Hi Ah yes thats a bug. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-10430 We should get the exception from the command which then also has exception for other kind of failures such as rejected etc On Mon, Oct 31, 2016 at 3:44 PM, Maxime Tremblay

Hystrix Fallback not executed on Thread Pool/Semaphore rejection

2016-10-31 Thread Maxime Tremblay
Hi, In the Camel-Hystrix component, what motivated the choice the execute the Fallback only when an Exception is raised ? Why not to let the end user choose if they want to execute the fallback or not when no Exception is raised ? To put in context: The getFallback() is called by Hystrix in