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

BatchRequest functionality in SQS Producer #30

Open
samarthmaniar opened this issue Apr 2, 2021 · 1 comment
Open

BatchRequest functionality in SQS Producer #30

samarthmaniar opened this issue Apr 2, 2021 · 1 comment

Comments

@samarthmaniar
Copy link

I already posted this as an idea within the discussions category but posting it here to make it more visible to the other folks.

I was very much impressed with this library and almost decided to use it for our use case which is similar to yours at Aspecto but we currently use SQS.sendMessageBatch function to send a batch of messages. I was wondering it would be nice to implement the same functionality within SQS Producer of this library so we can send messages to SQS in batches helping us with less no. of network calls/connections.

amazon-sqs-java-extended-client alredy supports this functionality - https://github.com/awslabs/amazon-sqs-java-extended-client-lib/blob/master/src/main/java/com/amazon/sqs/javamessaging/AmazonSQSExtendedClient.java#L759

Let me know your thoughts about this idea.

@samarthmaniar samarthmaniar changed the title BatchRequest functionality in SQS Consumer BatchRequest functionality in SQS Producer Apr 2, 2021
@habmic
Copy link
Member

habmic commented Apr 4, 2021

Hi @samarthmaniar, thanks for reaching out!
That sounds like a good idea, will you be open to contributing a PR with that functionality?

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

2 participants