Skip to content

Implement reading persistent state #219

@shayanh

Description

@shayanh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions