Hi, Is it possible to perform manual flow control in the RPC call level in grpc-go?
I'm looking for something like the flow control mechanism of the grpc library for java: https://github.com/grpc/grpc-java/tree/master/examples/src/main/java/io/grpc/examples/manualflowcontrol I would like my clients/servers to have the option to specify for the other side whatever they are ready to receive new messages or not. I looked for this functionality in grpc-go documentation and the source code but only found option to tune the window size of the http2 transport layer. Is this functionality implemented in grpc-go? Best, Eldad. -- 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]. 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/c2b0653a-3ba5-4fd6-9164-dd1432c2af16%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
