You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i'm doing a POC for outlierDetection using grpc with xds for a grpc client, so wanted to use the xds OutlierDetection feature (link) for the client , but cannot find any resource on how to use the OutlierDetectionLoadBalancer present in io.grpc.util. Is there a way on how to use it and provide it as loadBalancerPolicy in Managed Channel, Also how to provide the service_config including loadbalancer config to the client while creating channels.