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

Implement async_raft #3

Open
de-sh opened this issue Jun 12, 2021 · 0 comments
Open

Implement async_raft #3

de-sh opened this issue Jun 12, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@de-sh
Copy link
Member

de-sh commented Jun 12, 2021

The idea is to use the async_raft crate in our implementation. This would require the implementation of the following components:

  • RaftNetwork: Using the gRPC bindings written with tonic.
  • RaftStorage: Using the RaftLog as the in-memory, consistent data-store. If the system permits, the state could be directly manipulated by the storage mappings(trait).
  • AppData: Vec<u8> byte stream that is used to perform scheduling within the system.
@de-sh de-sh added the help wanted Extra attention is needed label Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant