Skip to content

Support ZK multi-transactions #48

@mcopik

Description

@mcopik

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions