Re: hystrix fallback configuration for camel dynamic router returning multiple endpoints

2017-05-08 Thread nanikpranjith9
Thanks for replying Claus. With the second approach you mentioned having hystrix eip in camel route the dynamic router would trigger all the endpoints even when one endpoint failed which is not desired in the use case i'm trying to solve. And for the first approach it would be helpful if you could

hystrix fallback configuration for camel dynamic router returning multiple endpoints

2017-05-04 Thread nanikpranjith9
Hello, How do we configure hystrix fallback for dynamic router invoking multiple endpoints, the catch with dynamic router is how to identify failures out of multiple endpoint invocations. *camel route:* from(rmq:localhost/exchange?queue=somequeue).bean(SomeDynamicRouter.class) class SomeDynamicRo