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§
- Batch
Policy - Controls when the bridge consumer flushes accumulated rows into a
RecordBatch.
Enums§
- Backpressure
Strategy - How the bridge producer handles a full SPSC queue.