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

-- 
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/dc48ee91-e679-41e3-bdbc-dec88480130fn%40googlegroups.com.

Reply via email to