Module tailer

Module tailer 

Source

Structsยง

CloseHandle
A Send + Sync handle that can close a tailer from any context.
ConsumerConfig
Per-consumer batching, checkpoint, and filter configuration.
LogTailer
A single-consumer async Stream that yields one LogBatch at a time.
LogTailerConfig
Configuration for constructing a single-consumer LogTailer.
MultiConsumerTailer
An async Stream that yields vectors of LogBatch, one per consumer whose batch is ready.
MultiConsumerTailerConfig
Configuration for a tailer that fans out records to multiple consumers.