Method and Description |
---|
net.devh.boot.grpc.client.autoconfigure.GrpcClientAutoConfiguration.grpcLoadBalancerConfigurer(LoadBalancer.Factory)
This method disables service-config-based policy selection, and may cause problems if NameResolver
returns GRPCLB balancer addresses but a non-GRPCLB LoadBalancer is passed in here. Use
GrpcChannelProperties.setDefaultLoadBalancingPolicy(String) instead. |