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

Trim down the shared API surface between Raft and the user. #16

Open
aalekhpatel07 opened this issue Nov 27, 2022 · 1 comment
Open

Comments

@aalekhpatel07
Copy link
Owner

No description provided.

@aalekhpatel07
Copy link
Owner Author

I'm unsure about the intended usage of this implementation of Raft. Mainly, I'm debating how Raft should advertise itself:

  • Bring your own system! I'll give you distributed consensus and replication.

OR

  • Use this custom distributed system backed by Raft. (for example etcd or hashicorp)

I lean towards the former approach and therefore some work needs to be done to structure this core Raft impl in that way.

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

No branches or pull requests

1 participant