[grpc-io] Re: how to send nonroot traffic to grpc server

2020-05-21 Thread Pawan Kumar
On Thursday, May 21, 2020 at 3:12:33 PM UTC+5:30, Pawan Kumar wrote: > > > Hi guys, > I am a newbie on gRPC. I wanna setup nonroot path-based routing. can > someone help me on this if missing? > I have created one gRPC client and server and its working, I have also > impl

[grpc-io] how to send nonroot traffic to grpc server

2020-05-21 Thread Pawan Kumar
Hi guys, I am a newbie on gRPC. I wanna setup nonroot path-based routing. can someone help me on this if missing? I have created one gRPC client and server and its working, I have also implemented envoy to send traffic to the server and its working fine on my local. Code I have added here,