wu-sheng commented on a change in pull request #68:
URL:
https://github.com/apache/skywalking-satellite/pull/68#discussion_r714052791
##########
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:
If so, it is OK for now, but we will need our own LB-policy
implementation later. Because this is not real protocol-oriented `round_robin`.
--
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]