Determine final NameResolver to LoadBalancer communication
Open
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
Alluded to in https://github.com/grpc/grpc-java/pull/4137#discussion_r171640085 . The biggest issue is probably how Java allows a list of lists of addresses. This is different than the other implementations. We need to come to a cross-language agreement about whether list of lists is necessary.
But we also need to design the final solution for how proxy information should be plumbed from the NameResolver through the LoadBalancer into Subchannel. That will remove `PairSocketAddress` or stabilize it (with a better name!).
CC @zhangkun83
Contributor guide
Assessment
This issue has not been assessed yet.