mrproliu commented on a change in pull request #68:
URL:
https://github.com/apache/skywalking-satellite/pull/68#discussion_r714054949
##########
File path: plugins/client/grpc/client_config.go
##########
@@ -73,6 +73,9 @@ func (c *Client) loadConfig() (*[]grpc.DialOption, error) {
return err
})
+ // using round-robin load balancer
+ options = append(options,
grpc.WithDefaultServiceConfig(`{"loadBalancingPolicy":"round_robin"}`))
Review comment:
That's true. I think it is enough for us to specify a load-balance
method.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]