You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
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.
matt.m...@lucidworks.com
unread,
Apr 12, 2019, 12:14:48 AM4/12/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
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.