[Sorry, forgot to reply-all] There's nothing special about having multiple types of RPCs in a single service. You can see an example of this in the route_guide sample code here: https://github.com/grpc/grpc/tree/master/examples/cpp/route_guide
On Thursday, June 29, 2023 at 1:43:14 PM UTC-7 Frank Xie wrote: > 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 > -- 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/c0cf9064-cbfe-46dc-899f-a9f257748002n%40googlegroups.com.