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

convert log-message-collector to easylapin #495

Merged
merged 3 commits into from May 23, 2020

Conversation

LnL7
Copy link
Member

@LnL7 LnL7 commented May 22, 2020

No description provided.

no_wait: false,
})?;

let handle = chan.consume(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unlike the other services this did prefetch, given the throughput of logs this probably shouldn't handle them one by one.

This way the log collecter can use a channel with prefetching while the
other workers still consume items one by one.
ofborg/src/easylapin.rs Outdated Show resolved Hide resolved
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
@LnL7 LnL7 merged commit 5e48f5f into NixOS:released May 23, 2020
@LnL7 LnL7 deleted the lapin-log-message-collector branch May 23, 2020 19:58
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.

None yet

2 participants