spcl / faaskeeper

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

Refactor writer function #34

Closed mcopik closed 1 year ago

mcopik commented 1 year ago

This PR implements a newer, improved version of the writer with a single executor pipeline and uses multiple classes to encapsulate operation logic.