gamer boii
unread,Nov 8, 2021, 12:35:26 AM11/8/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
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?