There is an open issue and discussion for gRPC tunneling https://github.com/grpc/grpc/issues/14101
You are welcome to add your usecase there, push the feature, or find if there's any other approaches or pull requests in the discussion that may work for you. On Thursday, September 26, 2019 at 5:48:10 PM UTC-7, Mohamad Ghaddar wrote: > > Hey, > > I am looking into using gRPC for the project I am working on. I have one > use case that I cannot find a solution for. > > My gRPC C++ server has to run on a machine that only accepts outgoing > connections. Hence it has to establish the connection with the client > first. Unfortunately it seems gRPC supports one way connection from client > to server only. > > Looking more into it, people found solutions around this problem but they > only work with gRPC GO. Reference: > https://github.com/grpc/grpc-go/issues/484 > > I was wondering if there are any suggestions on how to approach this > problem with C++ > > Thank you for your time, > Moodie > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/75b924b7-ef51-4226-9bad-50c3df860fbd%40googlegroups.com.
