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

Added async flushing of WAL #509

Merged
merged 2 commits into from
Aug 29, 2024
Merged

Conversation

merlimat
Copy link
Collaborator

When using write stream, we have 1 single goroutine handling the stream. We shouldn't block the goroutine while flushing the wal, instead it should proceed to process the next write request.

@merlimat merlimat merged commit 608316a into streamnative:main Aug 29, 2024
5 checks passed
@merlimat merlimat deleted the wal-pipeline branch August 29, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants