grpc-java/util
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
..
src lb: acceptResolvedAddresses() to return Status (#10636) 2023-11-03 09:02:46 -07:00
BUILD.bazel core, inprocess, util: move inprocess and util code into their own new artifacts grpc-inprocess and grpc-util (#10362) 2023-07-17 11:45:31 -07:00
build.gradle lb:Implement LeastRequestLB as a petiole policy and restore RR and WRR (#10584) 2023-10-16 16:40:20 -07:00