GRPCLB not conformant to LB policy selection spec.
Open
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
Per the documentation on `ServiceConfig` from
https://github.com/grpc/proposal/blob/master/A24-lb-policy-config.md,
the presence of balancer address take precedence over the
deprecated `LoadBalancingPolicy`. The current implementation
does the opposite, because it converts `LoadBalancingPolicy` to
the new `LoadBalancingConfig` which takes higher precedence.
Contributor guide
Assessment
This issue has not been assessed yet.