pgo icon indicating copy to clipboard operation
pgo copied to clipboard

Implement reading persistent state

Open shayanh opened this issue 3 years ago • 0 comments

Currently, this is the persistent resource interface:

type PersistableResource interface {
	distsys.ArchetypeResource
	GetState() ([]byte, error)
}

And it just supports persisting the state. Reading and recovery from the stored state has been implemented yet.

shayanh avatar Jan 14 '22 02:01 shayanh