Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add AWS SQS as Broker #392

Open
bl-hashdex opened this issue Dec 6, 2024 · 2 comments
Open

Add AWS SQS as Broker #392

bl-hashdex opened this issue Dec 6, 2024 · 2 comments

Comments

@bl-hashdex
Copy link

Is your feature request related to a problem? Please describe.
Currently, the project supports a variety of message brokers, including RabbitMQ, Kafka, and GCP Pub/Sub. However, many users rely heavily on AWS services and would benefit from the ability to utilize AWS SQS as an additional message broker option.

Describe the solution you'd like
I propose adding support for AWS SQS as a new message broker option. This would involve implementing a new SQS producer and consumer, allowing users to seamlessly integrate their existing AWS infrastructure with the project.

Describe alternatives you've considered
While the existing supported brokers are excellent options, AWS SQS offers unique advantages such as:

Simplified Message Queues: AWS SQS provides a fully managed message queuing service, eliminating the need for complex infrastructure setup and management.
Robustness and Scalability: AWS SQS is highly scalable and durable, ensuring reliable message delivery even under heavy load.
Cost-Effective: AWS SQS offers a flexible # model, making it a cost-effective solution for various use cases.

Additional context
I love this project and I'm eager to contribute by developing the necessary code for SQS integration. I'm confident in my ability to deliver a high-quality implementation that aligns with the project's coding standards and best practices.

I'm available to discuss this feature request further and answer any questions you may have.

Copy link

linear bot commented Dec 6, 2024

Copy link
Contributor

I would definitely merge a contribution to support SQS and SNS. I only built those that I use myself, apart from Kafka (and that one isn't complete either).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants