Skip to main content
Version: 0.5.x

Backpressure

From version 0.5.3 onwards, zio-grpc provides backpressure support for server streaming RPCs. In case the call is not capable to sending additional messages without buffering (as determined by ServerCall.isReady), sending messages from the queue associated with server response Stream will stop. The default size of this queue is 16, and can be configured by setting the system property zio-grpc.backpressure-queue-size.