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.
Versions used
Akka version: 2.5.23
Expected Behavior
Setting attributes in the applied
SqsSourceSettings
for aSqsSource
causes that retrieved messages have the set attributes.Actual Behavior
Setting attributes in the applied
SqsSourceSettings
for aSqsSource
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