Expand description
Chunk sender for streaming traces
Structsยง
- Chunk
Sender - ChunkSender sends data as RecordBatch chunks through a channel. It accumulates data until reaching a threshold size, then sends it as a chunk.
Chunk sender for streaming traces