Re: How to dynamically inject hystrix properties?

2017-04-18 Thread Priyanka Gopinath
Thank you for the response. I was able to inject values dynamically after creating a new hystrix route per endpoint. On Tue, Apr 18, 2017 at 3:44 AM, Claus Ibsen wrote: > Maybe create 3 different routes where each hystrix is using A, B or C > keys and then call the

Re: How to dynamically inject hystrix properties?

2017-04-18 Thread Claus Ibsen
Maybe create 3 different routes where each hystrix is using A, B or C keys and then call the appropiate route. On Mon, Apr 17, 2017 at 12:46 AM, Priyanka Gopinath wrote: > I have this special usecase where I want to change the threadpool size and > thread pool key based upon

How to dynamically inject hystrix properties?

2017-04-16 Thread Priyanka Gopinath
I have this special usecase where I want to change the threadpool size and thread pool key based upon the endpoint that is getting called. All of these values are available in the configuration on the exchange. For eg : Endpoint A => Threadpool(5) => Threadpool key(A) Endpoint B =>