Unsubscribe me

2019-10-24 Thread Priyanka Gopinath

Re: How to dynamically inject hystrix properties?

2017-04-18 Thread Priyanka Gopinath
> 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 the endpoint that is getting called. All of > > these values are available in the configura

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 => Threadpool(10)

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 sl

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, > > So, as it happens, t

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 excep

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

Re: [opengrok] Unable to retrieve history

2012-09-13 Thread Priyanka Gopinath
fish should use when attempting to access SVN? Thanks, priyanka From: Lubos Kosco [mailto:lubos.ko...@oracle.com] Sent: Tuesday, September 11, 2012 5:01 AM To: Priyanka Gopinath Cc: opengrok-discuss@opensolaris.org Subject: Re: [opengrok] Unable to retrieve history Glassfish user has to authenticate

Re: [opengrok] Unable to retrieve history

2012-09-10 Thread Priyanka Gopinath
challenge (http://svn:8080) Thanks, priyanka From: Lubos Kosco [mailto:lubos.ko...@oracle.com] Sent: Thursday, September 06, 2012 4:34 AM To: Priyanka Gopinath Cc: opengrok-discuss@opensolaris.org Subject: Re: [opengrok] Unable to retrieve history On 5.9.2012 22:45, Priyanka Gopinath wrote:

[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