Skip to content

feat: cl rpc load balancer #24

@leovct

Description

@leovct

RPC participants currently connect to the consensus layer via the first validator CL RPC. As RPC participants increase, this single-node approach risks overloading the targeted validator. Implementing a load balancer would allow RPC participants to connect to a single point that redistributes requests across multiple CL validator RPCs. This solution would effectively distribute the load, preventing bottlenecks and improving overall network performance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Nice to haveenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions