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 stream mode in peer and raft server(a proposal) #529

Closed
wants to merge 1 commit into from

Conversation

ZZhongge
Copy link
Contributor

  1. it is a proposal for stream mode. I keep the make_busy and set_free for append-log requests
  2. most of changes in peer is used in raft server. so I merge the change of peer and raft server to see if it is a proper way to implement stream mode.
  3. I will split it into 2 PR and add tests separately once this proposal is accepted.

1. it is a proposal for stream mode.
    I keep the make_busy and set_free for append-log requests
2. most of changes in peer is used in raft server. so I merge the change of peer and raft server to see if it is a proper way to implement stream mode.
3. I will split it into 2 PR and add tests separately once this proposal is accepted.
@ZZhongge ZZhongge closed this Aug 22, 2024
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

Successfully merging this pull request may close these issues.

2 participants