Structs§
- Batching
LogSinker - Log sinker for sinks that batch rows across chunks: an offset is truncated only once a commit has made its rows visible downstream, preserving at-least-once delivery on restart.
Traits§
- Batching
Sink Writer - A sink writer that buffers rows across chunks and commits them in batches, driven by
BatchingLogSinker.