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

Feature: AMQP (RabbitMQ) #392

Open
Tolfx opened this issue Sep 26, 2023 · 0 comments
Open

Feature: AMQP (RabbitMQ) #392

Tolfx opened this issue Sep 26, 2023 · 0 comments

Comments

@Tolfx
Copy link
Contributor

Tolfx commented Sep 26, 2023

Feature Request

Add AMQP to ensure requests and data doesn't get lost, you can't always relay that data will get parsed or handled correctly it would be essential to have queues send to the services and then either acknowledge or not acknowledge if it has been handled or not.

Especially for a system that is gonna handle data that is critical for a community. Even if the service goes down, all of data should not get lost, instead queued and wait until services goes back online.

Proposal

Use RabbitMQ to make this possible, and send messages to ensure it gets handled, and unhandled messages to dead letters queues to be reported and handled by developer or administrator, this way no data will ever be lost just queued to be acknowledged done.

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

No branches or pull requests

1 participant