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

feat: gRPC streaming between nodes #29

Open
zenyui opened this issue Aug 21, 2022 · 0 comments
Open

feat: gRPC streaming between nodes #29

zenyui opened this issue Aug 21, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@zenyui
Copy link
Contributor

zenyui commented Aug 21, 2022

Proposal

create long-lived streams between nodes to consolidate traffic, because...

  • reduces latency opening new connections
  • enables heartbeats to find peer failures faster
  • each node could open and maintain a single outbound stream to each peer (right now, a connection is made for each message, which will cause problems at large scale)
@zenyui zenyui added enhancement New feature or request help wanted Extra attention is needed labels Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant