Load Balancing comes in two parts: 1. The local load balancing logic 2. The load balancing service that keeps track of all the servers you want to talk to.
I can't speak much about 2, but for 1 the logic in RoundRobinLoadBalancerFactory is a good example of how to implement your own load balancing logic. On Monday, October 30, 2017 at 4:16:07 AM UTC-7, [email protected] wrote: > > Nowadays,I'm studing grpc. I've read the doc on the github. http:// > https://github.com/grpc/grpc/blob/master/doc/load-balancing.md But i > don't find an example about how to load balance in grpc.It would be > appreciated if anyone could give me an example > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/001ec6a8-2b43-44a8-b6f2-7ec9b36ad194%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
