Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffer Improvements: write new in-memory buffer implementation #9921

Closed
Tracked by #9476
tobz opened this issue Nov 4, 2021 · 1 comment
Closed
Tracked by #9476

Buffer Improvements: write new in-memory buffer implementation #9921

tobz opened this issue Nov 4, 2021 · 1 comment
Assignees
Labels
domain: buffers Anything related to Vector's memory/disk buffers type: task Generic non-code related tasks

Comments

@tobz
Copy link
Contributor

tobz commented Nov 4, 2021

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.

@tobz tobz added type: task Generic non-code related tasks domain: buffers Anything related to Vector's memory/disk buffers labels Nov 4, 2021
@tobz tobz mentioned this issue Nov 4, 2021
18 tasks
@tobz
Copy link
Contributor Author

tobz commented Dec 7, 2021

We actually completed this by virtue of implementing an in-memory channel variant used for testing in #9915.

@tobz tobz closed this as completed Dec 7, 2021
@tobz tobz self-assigned this Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: buffers Anything related to Vector's memory/disk buffers type: task Generic non-code related tasks
Projects
None yet
Development

No branches or pull requests

1 participant