-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I have the problem that I have to delete a node with multiple (+1000) children sometimes.
Describe the solution you'd like
There should be a function to delete a node with its children.
Describe alternatives you've considered
I've written a recursive delete function to delete a node with many children. This solution is very slow compared to the rmr/deleteAll command in the zkCli.sh
Reactions are currently unavailable