I was wondering if there are any python client implementations that exist?
AJ Heller
unread,
Aug 24, 2022, 1:33:23 PM8/24/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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'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.