Ok, that's what I figured. I was looking into ways that a server might round-robin the messages it's sending to a set of client bidi streams. We're using a pretty naive approach, but it seems to work pretty well.
- Matt On Tuesday, April 9, 2019 at 12:38:35 PM UTC-4, Carl Mastrangelo wrote: > > 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/77b2ed90-186b-4c60-b6a1-897a9da4b138%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
