kazoo
kazoo copied to clipboard
TreeCache Recipe is not available as Atrribute (bounded) to the KazooClient
The TreeCache recipe is not bounded to the client while initialization. Is that on purpose or its just a miss?
Hi,
@tonyseek is one of this recipe's maintainer. Maybe he can give you some lights...
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?