Not sure what you mean. gRPC Channels are loadbalanced, but not the messages on individual RPCs. If you repeatedly fire unary RPCs on your stub (or Channel) they will be load balanced across all the backends.
On Saturday, April 6, 2019 at 10:21:41 AM UTC-7, Matt Mitchell wrote: > > Hi. Does gRPC Java now provide ways to load balance across a set of > StreamObservers? I came across this: > https://github.com/grpc/grpc/blob/master/src/proto/grpc/lb/v1/load_balancer.proto > and > wondering if there might be a bidi LB example which implements that? > > Thanks, > - Matt > -- 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/008a0821-7d00-4a84-a7b5-24033bf7891d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
