awslabs / amazon-sqs-java-extended-client-lib

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Apache License 2.0
209 stars 109 forks source link

This library is not well maintained. Can it be hosted by somebody else, or given more attention please? #63

Open jordanst3wart opened 2 years ago

jordanst3wart commented 2 years ago

Firstly, thanks for being great awslabs, but this library does not seem to be well maintained, and i get that these libraries don't exist for python, and JavaScript so I am thankful that it exists in Java.

In saying that, I think this PR: https://github.com/awslabs/amazon-sqs-java-extended-client-lib/pull/58 fixes the second most popular issue: https://github.com/awslabs/amazon-sqs-java-extended-client-lib/issues/35 The first most popular issue being a request for python. I think it should have been merged months ago. It has been open for almost a year.

Can this library please be given more attention, or can we have another maintainer, or it is possible to just get an aws sdk v2 build? Going to aws sdk v2 is a lot of work

adam-aws commented 2 years ago

Hi sorry to hear that, will definitely be giving this library more attention, I've submitted the changes that were missing in that PR (make use of the v2 of Payload-OffLoading lib) and will merge it once reviewed so that we can have a v2 build released.

richardsmithsfdc commented 1 year ago

@adam-aws , can you review the payload offloading changes I made for async support, plus the corresponding PR in this repo?

martypitt commented 1 year ago

Jumping on the bandwagon here - can we please get @richardsmithsfdc 's changes merged and released (or an alternative implementation?)

@richardsmithsfdc : Are you guys using your branch in anger? Wondering if I can build and use that fork.