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

Use lazy queues for drain-like clients #26

Open
phijor opened this issue Apr 22, 2021 · 0 comments
Open

Use lazy queues for drain-like clients #26

phijor opened this issue Apr 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@phijor
Copy link
Contributor

phijor commented Apr 22, 2021

Some clients, especially Drains, subscribe to a set of metrics but do not immediately consume metric data. Instead, they let the broker buffer them and then sonsume everything at once at a later time.

We should make such data queues lazy, i.e. persist their data to disk immediately.

Ideas:

  • detect such clients when they set x-expires
@phijor phijor added the enhancement New feature or request label Apr 22, 2021
@phijor phijor self-assigned this Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant