My question is very similar to 
https://groups.google.com/g/grpc-io/c/Yruej18KJ_M/m/oGp5vYocCgAJ

I want to implement a service agnostic gRPC proxy in C++, which forwards 
the request from the Client to the Server and forwards the response back 
from the server to the client ?

Is there a generic manner to do so ?

I see example mentioned in here 
<https://github.com/ejona86/grpc-java/blob/grpc-proxy/examples/src/main/java/io/grpc/examples/grpcproxy/GrpcProxy.java>


How do I achieve the same in C++ ? Unable to find the C++ equivalent APIs 
for 

ServerCallHandler, ServerCall.Listener, ClientCallListener

-- 
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/2ff514d5-b1f2-4601-b837-be6d319f6120n%40googlegroups.com.

Reply via email to