portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

Checkpointing / recovery for message queues #145

Open jspenger opened 1 year ago

jspenger commented 1 year ago

There should be a mechanism for persisting/checkpointing message queues to disk, as well as recovering message queues from disk. This is to enable consistently checkpointing and recovering the Portals interpreter. Ask @jonasspenger for more details.

This includes the following tasks: