Unsubscribe me

2019-10-24 Thread Priyanka Gopinath

Re: How to dynamically inject hystrix properties?

2017-04-18 Thread Priyanka Gopinath
nd then call the appropiate route. > > On Mon, Apr 17, 2017 at 12:46 AM, Priyanka Gopinath <priya...@karnam.net> > wrote: > > I have this special usecase where I want to change the threadpool size > and > > thread pool key based upon the endpoint that is getting cal

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

Hystrix on a routing slip

2017-03-30 Thread Priyanka Gopinath
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

Re: Exception handling with Hystrix EIP

2017-03-30 Thread Priyanka Gopinath
Thanks for the response Abhishek. I was using version 2.18. The release notes mentions that there is a bug in the hystrix fallback implementation. However, upon moving to v2.18.3, it worked magically! On Wed, Mar 22, 2017 at 9:17 PM, Abhishek.Jha09 wrote: > Hi Priyanka, > >

Exception handling with Hystrix EIP

2017-03-20 Thread Priyanka Gopinath
Hi, I am trying to enable hystrix in our camel application and I am trying to understand how the exceptions are dealt when using the Hystrix EIP . When we set the timeOut to a smaller value than the endpoint call, there is no exception thrown that we can deal with. I need a handle to this

[jetty-users] Passing parameters using httpCLient

2014-05-06 Thread Priyanka Gopinath
Hi, I am using jetty9 and running into issues while passing parameters using POST - My service exposes multiple operations - op1(param1,param2) op2(param1,param2) I want to invoke op1(param1,param2) using jetty's httpClient and both parameters are not strings. HttpClient client = new

[opengrok] Unable to retrieve history

2012-09-05 Thread Priyanka Gopinath
Hi, I have installed the opengrok for our SVN repository. The webapp has been installed on a glassfish server. We have been able to successfully index, query the files. But when we try to click on the History link for any of the files(java / txt), we get the following error. Is there something