Skip to main content

gRPC Client DNS RoundRobin

Summary

gRPC Client DNS RoundRobin enables DNS-based round-robin load balancing. This method uses DNS to resolve endpoints and distributes load balancing of all addresses returned by the DNS record client side. Do not disable unless you have a specific use case.

How to configure

Config file keysEnvironment variablesTypeDefault
grpc_client_dns_roundrobinGRPC_CLIENT_DNS_ROUNDROBINbooleantrue

Examples

# config file key
grpc_client_dns_roundrobin: false

# environment variable
GRPC_CLIENT_DNS_ROUNDROBIN=false