A real life example of using streaming RPC is load reporting: https://github.com/grpc/grpc/tree/master/src/cpp/server/load_reporter
In that case, the server may send multiple updates about load reporting config, and the client can send multiple reports periodically. But streaming RPCs are not intended to use for streaming video services though. I think such streaming support is covered in a different area. On Sunday, August 18, 2019 at 7:45:31 PM UTC-7, Robert Qiu wrote: > > Hi There, > > I am pretty interested in "Server Streaming RPC", "Client Streaming RPC" > as well as "Bidirectional RPC" which is clearly depicted in the link > itemized below: > > https://grpc.io/docs/guides/concepts/ > > > I wonder what the use cases are for "Server Streaming RPC", "Client > Streaming RPC" as well as "Bidirectional RPC"? Streaming video service, > like Google youtube, Netflix? > > > Best, > Robert Qiuxin > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/b869f796-af61-4e86-96d3-72ee0edc7e47%40googlegroups.com.
