grpc-java
grpc-java copied to clipboard
Outlier detection load balancer
Implements a new load balancer that tracks all RPC results to the addresses it is configured with and periodically attempts to detect outlier. It wraps a child load balancer that it hides any addresses that are deemed outliers.
Implementation follows the specification in gRFC A50: gRPC xDS Outlier Detection Support
cc: @ejona86 @murgatroid99