Module chunk_sender

Module chunk_sender 

Source
Expand description

Chunk sender for streaming traces

Structsยง

ChunkSender
ChunkSender sends data as RecordBatch chunks through a channel. It accumulates data until reaching a threshold size, then sends it as a chunk.