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
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