Buffer Improvements: write new in-memory buffer implementation #9921
Labels
domain: buffers
Anything related to Vector's memory/disk buffers
type: task
Generic non-code related tasks
Part of the Buffer Improvements RFC (RFC, #9476)
We need to create a new in-memory buffer implementation. This is basically the simplest possible wrapper around a
tokio
MPSC bounded channel. Nuff said.The text was updated successfully, but these errors were encountered: