grpc-java/examples/src
Terry Wilson 9888a54abd
lb: acceptResolvedAddresses() to return Status (#10636)
Instead of a boolean, we now return a Status object. Status.OK
represents accepted addresses and other non-acceptance. This allows the
LB to provide more information about why a set of addresses were not
acceptable.

The status will later be sent to the name resolver as well to allow it
to also better react to to bad addresses.
2023-11-03 09:02:46 -07:00
..
main lb: acceptResolvedAddresses() to return Status (#10636) 2023-11-03 09:02:46 -07:00
test/java/io/grpc/examples core: Use SyncContext for InProcessTransport listener callbacks to avoid deadlocks 2022-06-30 13:41:36 -07:00