akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/libraries/alpakka/current/
Other
1.26k stars 643 forks source link

AWS SQS: Asking for attributes fails with a 'UNKNOWN_TO_SDK_VERSION' #1838

Closed janjaali closed 4 years ago

janjaali commented 5 years ago

Versions used

Akka version: 2.5.23

Expected Behavior

Setting attributes in the applied SqsSourceSettings for a SqsSource causes that retrieved messages have the set attributes.

Actual Behavior

Setting attributes in the applied SqsSourceSettings for a SqsSource does not affect in retrieved attributes. Unless you set 'All' as attribute, that will retrieve all existing attributes.

Relevant logs

No.

Reproducible Test Case

akka/alpakka#1839

janjaali commented 5 years ago

I just created an issue in the aws-sdk-java project for this strange signature https://github.com/aws/aws-sdk-java/issues/2061

ennru commented 4 years ago

Fixed with a work-around in #1839