gRPC c++ mixed synchronous and asynchronous rpc within one service
37 views
Skip to first unread message
Frank Xie
unread,
Jun 29, 2023, 4:43:14 PM6/29/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi,
I have a gRPC c++ server supporting one rpc which streams server side responses back to client side. I like to add a synchronous rpc into the same service. By "synchronous", I mean a rpc like "rpc method1(RequestMsg) returns (RespMsg) {} " .
Any suggestion how to mingle those two types of rpc together into one service ?
Thanks, Frank
dfa...@google.com
unread,
Jun 30, 2023, 12:49:18 PM6/30/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message