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

util: Remove resolvedAddresses from MultiChildLb.ChildLbState #11683

Closed ejona86 closed 1 week ago

ejona86 commented 1 week ago

It isn't actually used by MultiChildLb, and using the health API gives us more confidence that health is properly plumbed.