Yeah anything you put inside the hystrix block should work as a hystrix command.

On Thu, Mar 30, 2017 at 10:56 PM, Priyanka Gopinath <priya...@karnam.net> wrote:
> All of the hystrix examples are applied directly to an endpoint like -
> .hystrix()
> .hystrixConfiguration().executionTimeoutInMilliseconds(4000).end()
> .to("direct:fast")
> .onFallback()
> .transform().constant("Fallback message")
> .end() .
>
> How do we this to apply the hystrix configuration to a routing slip? Is
> this possible? Any ideas are appreciated.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to