grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Backpressure and coroutines

Open elfogre opened this issue 2 years ago • 1 comments
trafficstars

Hi!

I found some references about backpressure and rxjava on other implementations: https://github.com/salesforce/reactive-grpc#back-pressure

I was reading all your doc but I can not found if grpc-kotlin lib has a backpressure implementation that could block the suspendable flow.emit() function.

Also if that is working, how could I configure buffer sizes?

Thanks in advance!

elfogre avatar Apr 11 '23 09:04 elfogre