-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
ZooKeeper supports multi-step transactions that include many changes applied simultaneously. We should support this as well.
- Accept a list of changes to both functions.
- Acquire a list of locks in writer.
- Apply a list of changes in the distributor.
- Add fault-tolerance policy: make sure we can revert changes after failing in the middle.
- Adjust client library.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request