Hi Yes, please refer to this doc <https://github.com/grpc/grpc/blob/master/doc/load-balancing.md> for details, but the simplest form of load balancing you can do on the client without needing to configure anything else is Round Robin. Which language are you working with?
On Tuesday, 12 December 2017 08:21:39 UTC-8, Manjunath Shetty H wrote: > > Hi All, > > As per i understand it is good practice to use single gRPC connection for > multiple concurrent RPC calls. So in my setup (kubernetes) , i have > multiple instances of the server. When i create a connection using grpc > client, it will go through the default k8s load balancer and it will be > connected to one logical IP. So my question is if i am using a single > client connection , all the rpc call will go to same server even though i > have a load balancer and multiple instances of server ? > > Is my understanding is correct ? Does gRPC provides out of the box > per-call load balancing ? > > Thanks, Any help is appreciated > -- 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/afc8e2fa-d383-4b05-8fd0-e1880f4b77a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
