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

Proposal batching #99

Open
2 tasks
zowens opened this issue Jul 11, 2020 · 0 comments
Open
2 tasks

Proposal batching #99

zowens opened this issue Jul 11, 2020 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@zowens
Copy link
Owner

zowens commented Jul 11, 2020

The library currently implements proposal pipelining, where multiple instances may be decided concurrently. Add in the option to batch multiple proposals and send these out to the replicas as a single request.

  • Change proposal command to take a Vec<Bytes>
  • Create an add on replica that will wait for size N bytes or send proposals on tick()
@zowens zowens added the good first issue Good for newcomers label Jul 11, 2020
@zowens zowens added this to the 0.1 milestone Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant