kazoo icon indicating copy to clipboard operation
kazoo copied to clipboard

TreeCache Recipe is not available as Atrribute (bounded) to the KazooClient

Open akshjain83 opened this issue 7 years ago • 2 comments

The TreeCache recipe is not bounded to the client while initialization. Is that on purpose or its just a miss?

akshjain83 avatar Mar 28 '18 23:03 akshjain83

Hi,

@tonyseek is one of this recipe's maintainer. Maybe he can give you some lights...

StephenSorriaux avatar Dec 03 '18 16:12 StephenSorriaux

Hi @akshjain83,

The client does not initialize any recipe by itself. The client.DataWatch and client.ChildrenWatch are just factory functions.

It seems not bad to have client.TreeCache too. May you open a pull request for it?

tonyseek avatar Dec 06 '18 08:12 tonyseek