Hi Rohit, Hello I am struggling with a question -Can we use a message with a repeated > filed inside in a Bidirectional streamed RPC service call? > > My Client server architecture is bidirectionally streamed. > > If so , is there any link for examples? >
If I understand correctly, you need to pass the message with repeated fields in your Bidirectional streamed RPC call. Yes, you can send any protobuf type of message in the Bidirectional streamed RPC call. So a message with repeated fields is also possible. Please check out the sample in source repo[1]. There are samples in both Go and Java languages. 1. https://github.com/grpc-up-and-running/samples/blob/master/ch03/order-service/proto/order_management.proto Thanks Danesh -- > 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/4e7ac217-60e0-42d2-aba1-a4bdfc840455o%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/4e7ac217-60e0-42d2-aba1-a4bdfc840455o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAMPhndKfAnQxu0cqB0RSuF3L8DfMNP1PgCs9zWfbbc1sETF%3Dgw%40mail.gmail.com.
