I'm not familiar with third-party solutions in this space, but I don't believe there's a better answer today for reverse-tunneling with gRPC alone. The tracking issue for the work is here: https://github.com/grpc/grpc/issues/14101. You can manually wire this sort of thing up using BiDi streams, but it may not be terribly ergonomic.
On Thursday, August 18, 2022 at 6:50:52 AM UTC-7 andre...@gmail.com wrote: > Hi, > > I'm interested in a workflow where client would connect to a server and > server would call methods on a client (inverted communication). > > I followed an old discussion about a server-to-server communication: > https://groups.google.com/g/grpc-io/c/Hfl-YotN5wg > > I also checked a Java based POC implementation. > https://github.com/grpc/grpc-java/pull/3987 > > I was wondering if there are any python client implementations that exist? > -- 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/f973b159-ba27-4380-92f6-cbd1d262884en%40googlegroups.com.