Skip to main content

Module policy

Module policy 

Source
Expand description

Batching and backpressure policies for the Ring 0 / Ring 1 pipeline bridge.

BatchPolicy controls when the BridgeConsumer flushes accumulated rows into a RecordBatch. BackpressureStrategy determines how the PipelineBridge handles a full SPSC queue.

Structs§

BatchPolicy
Controls when the bridge consumer flushes accumulated rows into a RecordBatch.

Enums§

BackpressureStrategy
How the bridge producer handles a full SPSC queue.