Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ZK multi-transactions #48

Open
5 tasks
mcopik opened this issue Jul 31, 2024 · 0 comments
Open
5 tasks

Support ZK multi-transactions #48

mcopik opened this issue Jul 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mcopik
Copy link
Collaborator

mcopik commented Jul 31, 2024

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.
@mcopik mcopik added the enhancement New feature or request label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant