python bidirectional streaming with async and sync stack

23 views
Skip to first unread message

sidhant kohli

unread,
Oct 15, 2024, 10:13:03 AM10/15/24
to grpc.io
Hey all!
I'm looking to migrate some of my unary RPCs to streaming.
I have python server implementation running with go clients.

On reading these best practices i'm not sure do they apply to any specific server or client. Or whether do we have any benchmarks of how much performance degradation is expected.
I have a long running Rpc and was looking on any robust examples for bidirectional streaming in python.

I have messages flowing in at all times and they should be concurrently executed in a different function. Once completed need to stream back the responses  

https://grpc.io/docs/guides/performance/#python
Reply all
Reply to author
Forward
0 new messages