grpc-java/interop-testing/src
Eric Anderson 57124d6b29 Use acceptResolvedAddresses() in easy cases
We want to move away from handleResolvedAddresses(). These are "easy" in
that they need no logic. LBs extending ForwardingLoadBalancer had the
method duplicated from handleResolvedAddresses() and swapped away from
`super` because ForwardingLoadBalancer only forwards
handleResolvedAddresses() reliably today. Duplicating small methods was
less bug-prone than dealing with ForwardingLoadBalancer.
2025-02-20 21:25:55 -08:00
..
generated/main/grpc/io/grpc/testing/integration Fix typo in deprecated blocking stub javadoc. (#11772) 2024-12-26 13:31:34 -08:00
main Use acceptResolvedAddresses() in easy cases 2025-02-20 21:25:55 -08:00
test/java/io/grpc Use acceptResolvedAddresses() in easy cases 2025-02-20 21:25:55 -08:00