Skip to content

Provide better support for transient state machine implementation #881

@drmingdrmer

Description

@drmingdrmer

An application might implement a pure in-memory state machine, which will be discarded when server is shutdown, and will be rebuilt from the last snapshot the next time server starting up.

In such a scenario, the state of the state machine falls back to a previous state after restart. And openraft should help the app to rebuild the state machine to the latest state.

TODO:

Metadata

Metadata

Assignees

No one assigned

    Labels

    draftUnfinished issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions