On 21 April 2010 12:31, Julien Vey <[email protected]> wrote: > Hi, > > I've asked the question on the zookeeper mailing list. I had an answer from > [email protected] > > "so far as I know, you should keep an eye on your client handler and > reconnect to Zookeeper server when it is expired youself. It's the solution > in my application for this kind of situation." > > I have been looking in the source and I don't know if it the right place to > do it but, in the processDelta method of > org.apache.cxf.dosgi.discovery.zookeeper.InterfaceMonitor, when the > Exception is catched, I think it should check if it's an > ConnectionLossException, then try to reconnect. > > Tell me what you think of it
It sounds like a good approach to me. I think Marc is offline at the moment, but it would be good to get his feedback too. Cheers, David
