Hi,

I'm messing around with a Java server/client impl with grpc and would like 
to have the Server stream back chunks from an InputStream. The chunking 
using a bytes type seems fine, but now I'm wondering if there's a way to do 
some sort of blocking-queue, so that if the client slows down reading, the 
server will slow down too (I'm getting "java.lang.OutOfMemoryError: Direct 
buffer memory" in the server) -- Is this possible?

Thanks!

-- 
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 post to this group, send email to grpc-io@googlegroups.com.
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/26a7698e-d02f-431c-8680-1d6e446756b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to