io.reactors.protocol.BackpressureProtocols.Backpressure
Consumer sends pressure tokens in batches, after getting preempted.
Consumer sends pressure tokens in batches, after getting preempted.
Works well when each input event requires a low amount of processing.
maximum number of events that cen be sent without additional consumer-sent tokens
Consumer sends pressure tokens immediately after processing each input event.
Consumer sends pressure tokens immediately after processing each input event.
Works well when each input event is large or requires a large amount of processing.
maximum number of events that can be sent without additional consumer-sent tokens