Hi,

When you say a request from a client is sent to all servers at once, what 
is your expected behavior with the responses? If only the first response is 
accepted and others are discarded, then this similar to hedging 
functionality. Hedging is available in gRPC in Java 
<https://github.com/grpc/grpc-java/blob/master/examples/src/main/java/io/grpc/examples/hedging/HedgingHelloWorldClient.java>
 
but not in other languages. If you are expecting all responses to be 
processed then such a functionality doesn't exist in gRPC.

On Thursday, August 5, 2021 at 9:20:46 AM UTC-7 Sergey S wrote:

> Hello! 
> Please tell me if it is possible to configure the balancer so that you can 
> send a request not to a random server, but to all that the balancer sees, 
> or to any specific one. I will clarify the situation. I have 1 client, 1 
> balancer and 3 servers. I need to send a request from the client to all 3 
> servers at once. Is there such a possibility?
> Thank you very much! 
> With best wishes
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/daf0da0f-0a4e-4e42-8f53-fc66ac307adcn%40googlegroups.com.

Reply via email to