wu-sheng commented on a change in pull request #68:
URL:
https://github.com/apache/skywalking-satellite/pull/68#discussion_r714051485
##########
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:
Is this the routine rule for
https://github.com/apache/skywalking-satellite/pull/68/files#r714050900?
--
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]