- Implement gRFC A52: gRPC xDS Custom Load Balancer Configuration (#2555)
- Implement gRFC A42: xDS Ring Hash LB Policy (#2568)
- Note: This feature is not compatible with Node 14 or below. To disable it in those versions, set the environment variable
GRPC_XDS_EXPERIMENTAL_ENABLE_RING_HASH=false
.
- Note: This feature is not compatible with Node 14 or below. To disable it in those versions, set the environment variable
- Implement the xDS part of gRFC A62:
pick_first
: sticky TRANSIENT_FAILURE and address order randomization (Currently experimental, enabled by environment variableGRPC_EXPERIMENTAL_PICKFIRST_LB_CONFIG
) (#2572)