<PackageReference Include="Grpc.Net.Client" Version="2.71.0-pre1" />

Grpc.Net.Client.Balancer.RoundRobinBalancer

A LoadBalancer that attempts to connect to all addresses. gRPC calls are distributed across all successful connections using round-robin logic.

Note: Experimental API that can change or be removed without any prior notice.

namespace Grpc.Net.Client.Balancer { internal sealed class RoundRobinBalancer : SubchannelsLoadBalancer { public RoundRobinBalancer(IChannelControlHelper controller, ILoggerFactory loggerFactory); } }