You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DavidVujic , it's just a wrapper to invoke multiple commands in atomic way.
Usage depends on your business logic needs. For example I used it to remove some subtree, starting from children, because other way race conditions were happening
Usually, this library is aiming to keep up with the features in the official ZooKeeper C Client. But I agree this kind of feature would be useful, and if it is possible to develop it using Node.js (wrapping the basic C Client functionality) I think it would be a great addition.
I'll add the feature request label to this issue. It might also be related to the feature request described in #229.
There is no support of Transaction class
Do you have plans of implementing it?
The text was updated successfully, but these errors were encountered: