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

RabbitMQ Receiver - delay mechanism when send fails #260

Open
KristianLyng opened this issue Sep 22, 2022 · 1 comment
Open

RabbitMQ Receiver - delay mechanism when send fails #260

KristianLyng opened this issue Sep 22, 2022 · 1 comment
Labels
enhancement New feature or request receiver Receiver-related

Comments

@KristianLyng
Copy link
Collaborator

This will build upon #259

The idea is to use RabbitMQ as a means to queue data when the regular storage path is unavailable. On the sender, we can solve this with the fallback sender, however, just reading continuously will just spam both skogul, rabbitmq and the struggling storage engine.

So we need SOME sort of mechanism to report whether or not to send data.

This issue is to somehow address this. Unknown how.

@KristianLyng KristianLyng added enhancement New feature or request receiver Receiver-related labels Sep 22, 2022
@KristianLyng
Copy link
Collaborator Author

An obvious method is to combine this with backoff-sender, but limit how many fetches we do from the MQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request receiver Receiver-related
Projects
None yet
Development

No branches or pull requests

1 participant