Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide better support for transient state machine implementation #881

Open
1 of 2 tasks
drmingdrmer opened this issue Jun 28, 2023 · 1 comment
Open
1 of 2 tasks
Labels
draft Unfinished issue

Comments

@drmingdrmer
Copy link
Member

drmingdrmer commented Jun 28, 2023

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:

@drmingdrmer drmingdrmer added the draft Unfinished issue label Jun 28, 2023
@github-actions
Copy link

👋 Thanks for opening this issue!

Get help or engage by:

  • /help : to print help messages.
  • /assignme : to assign this issue to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft Unfinished issue
Projects
None yet
Development

No branches or pull requests

1 participant