spcl / faaskeeper

A fully serverless implementation of the ZooKeeper coordination protocol.
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

Conditional updates #9

Closed mcopik closed 2 months ago

mcopik commented 3 years ago

ZooKeeper supported conditional updates on the node version.

Instead, we want to implement a generic solution where a user submits a pickled lambda function to be invoked on the node version and the node data (possibly).

mcopik commented 2 months ago

We no longer want to do that.