grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

core: Alternate ipV4 and ipV6 addresses for Happy Eyeballs in PickFirstLeafLoadBalancer #11624

Open larry-safran opened 1 month ago

larry-safran commented 1 month ago

The gRFC A61 states that addresses should be alternated in the Happy Eyeballs case rather than purely going in the specified order.