Any if used GRPC Asynch Client and Server with RPC using Stream Message,
please share some information.
GRPC example HelloWorld( async greeter) does not use stream message.
I will be using something like:
In Proto:
Service xyz
{
rpc Req1(Reqmsg) returns (stream events) {}
--Instead of
rpc SayHello (HelloRequest) returns (HelloReply) {}
}
Few of difference I could figure out:
Instead of ServerAsyncResponseWriter, ClientAsyncResponseReader; we have
to use: ServerAsyncWriter and ClientAsyncReader.
Please share some information if anyone came across such implementations.
--
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 post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/c3fc4dbf-a8db-4beb-a6d5-f264df75752e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.