w.r.t. updateServerList itself, I think it should work. However you'll have to get newServerList from somewhere - I don't think you can get it from the API in 3.4.6. The client has the new getConfig() and reconfig() commands but the server won't recognize them.
I'm not sure what else could break, perhaps others can comment. On Thu, Aug 21, 2014 at 3:19 PM, Steven Wu <[email protected]> wrote: > I need to use the new feature of ZOOKEEPER-1355 > <https://issues.apache.org/jira/browse/ZOOKEEPER-1355> > zk.updateServerList(newServerList) that is only available in 3.5 release at > client side. But our server is still at 3.4.6. do you seen any issues with > using 3.5 client with 3.4 server ? > > Thanks, > Steven >
