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

Add AmazonSQSBufferedAsyncClient for Java 2.x #4576

Closed
1 of 2 tasks
ziyanli-amazon opened this issue Oct 11, 2023 · 2 comments
Closed
1 of 2 tasks

Add AmazonSQSBufferedAsyncClient for Java 2.x #4576

ziyanli-amazon opened this issue Oct 11, 2023 · 2 comments
Labels
duplicate This issue is a duplicate. feature-request A feature should be added or improved.

Comments

@ziyanli-amazon
Copy link
Contributor

Describe the feature

In aws-sdk-java-v1, AmazonSQSBufferedAsyncClient provides features like requests buffering and batching. However, this feature is missing sdk Java 2.x. Since we already have SqsAsyncClient and AsyncClientHanlder in place for Java 2.x, we can easily add the BufferedAsyncClient for SQS.

Use Case

Customers who are heavy users of the batch messages are seeking for client like AmazonSQSBufferedAsyncClient in Java 2.x to reduce costs.

Proposed Solution

Add AmazonSQSBufferedAsyncClient in SDK for Java 2.x

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Java SDK version used

latest

JDK version used

openjdk 17.0.8 2023-07-18 LTS

Operating System and version

MacOS 13.5.2

@ziyanli-amazon ziyanli-amazon added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 11, 2023
@debora-ito debora-ito added duplicate This issue is a duplicate. and removed needs-triage This issue or PR still needs to be triaged. labels Oct 11, 2023
@debora-ito
Copy link
Member

@ziyanli-amazon we are tracking the support for AmazonSQSBufferedAsyncClient here - #165.

Feel free to add a 👍 to the issue over there.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue is a duplicate. feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants