Skip to content

feat: gRPC streaming between nodes #29

Description

@zenyui

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions