grpc-java/interop-testing
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
..
src Use acceptResolvedAddresses() in easy cases 2025-02-20 21:25:55 -08:00
build.gradle Re-enable animalsniffer, fixing violations 2024-12-19 07:54:54 -08:00