Part of what you're asking about is available. "if the heartbeat goes away, the nodes created by that client should get deleted". That's available in the current REST proxy in src/contrib/rest. See the SPEC.txt file there for more details.
Patrick On Mon, May 7, 2012 at 10:22 PM, Narayanan A R <[email protected]> wrote: > Hi, > > Does ZK support ephermal node creation for stateless clients. Anyone has > dealt with similar requests? For instance, one or more clients would make > REST API call to a service and it in turns creates nodes in ZK. Connections > could be active between the service and ZK but not to the client. I am > looking something like a client would touch a znode periodically for the > heartbeat and if the heartbeat goes away, the nodes created by that client > should get deleted. Is this supported? > > Similarly, I am looking for notifications for stateless clients. Basically > registering a post pack URL for ZK to make a callback. > > Regards, > ARN
