streams and ordering

25 views
Skip to first unread message

Anshul Pundir

unread,
Oct 24, 2017, 7:52:25 PM10/24/17
to grp...@googlegroups.com
Hi,

It is not clear from the offcial grpc tutorial here whether messages are delivered in order for client or server side streaming. Can someone clarify this please ?

Note that the tutorial does mention that messages are delivered in order for bi-directional streams.

Thanks!
Anshul

Noah Eisen

unread,
Oct 27, 2017, 12:34:13 PM10/27/17
to Anshul Pundir, grpc.io
The messages will be delivered in order for client streaming and server streaming. They are actually just special cases of bidi streaming, which as the tutorial mentions, are delivered in order. Unary RPCs are actually also just a special cases of bidi streaming, because in gRPC, everything is streaming!

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CADzhs8HCensbtdz7HV-Gk86YX-AQooHGqza9wvv4VP0TRWcy7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages