[grpc-io] <_MultiThreadedRendezvous of RPC that terminated with: details = "Exception iterating requests!"

2021-04-28 Thread Rag esh
https://stackoverflow.com/questions/67299012/multithreadedrendezvous-of-rpc-that-terminated-with-details-exception-iter I am trying to create a bidirectional streaming service using gRPC. ### Proto definition syntax = "proto3"; message Features { int32 id = 1; float

Re: [grpc-io] Re: java concurrent ordered response buffer

2021-04-28 Thread Piotr Morgwai Kotarbinski
Thanks :) I was surprised actually, because I thought parallel request message processing was a common use-case, both for gRPC and websockets (for example if we have a service that does some single-threaded graphic processing on received images and sends back a modified version of a given image