-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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.
Reactions are currently unavailable