> >could you give more information about your client library? I'd like to >include >it in my list of work that people were forced to do to work around the >shortcommings of the current ZooKeeper client API. You'd be number four >after
A lot could be solved by adding a retry (injectable please) mechanism. Retrying is the basis for most of the Zk wrappers I've seen (and written). Secondly, high quality implementations of the common recipes. -JZ
