I have a set up where I have 1 gRPC-client serving multiple backend 
gRPC-servers. Now I want that the packets(flows) in each RPC call are 
mapped to 1 particular instance of gRPC-server. The mapping could be based 
on a 5 tuple hash(Source IP, port, Dest IP, port, Protocol)
Is there some way to achieve this?  As I am of the idea that gRPC uses a 
single long-lived session?

-- 
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/7cb706b3-81f3-48af-87e0-d8e63d0bfba6n%40googlegroups.com.

Reply via email to