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

Create a state backend, which can checkpoint and recover. #174

Closed jspenger closed 1 year ago

jspenger commented 1 year ago

On Checkpoint, return this

case class RocksDBSnapshot(epoch: Int) extends Snapshot

To recover, submit the snapshot object.

jspenger commented 1 year ago

Closed due to inactivity, issue still exists in parent issue.