I've been successfully used the Manual Flow Control 
<https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples/manualflowcontrol>
 
example to make streaming async requests from one client to one server. I 
have also have been successful using the kubernetes load balancer example 
<https://github.com/saturnism/grpc-java-by-example/tree/master/kubernetes-lb-example/echo-client-lb-api/src/main/java/com/example/grpc/client>
 
to allow one client to make round robin blocking stub requests to multiple 
servers. But I'm not able to combine the two examples to allow one client 
to make async requests to multiple servers. Is the Manual flow control 
example by it's nature a single server technique since it uses a 
ClientResponseServer relationship?

What would be the proper way for me to throttle my streaming async requests 
to multiple servers?

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
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/b0b89e10-08d5-4310-8f05-3d1abe9b15d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to