You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've realized there is an issue when the AWS SQS SDK on version "2.25.14" is present on the classpath, with version "2.20.69" it works just fine.
I have a local SQS on a Docker container, which is why I am pointing to http://locahost:9324 and a queue called "awsSnapshot"
If you override the dependency to other versions the Alpakka team can not assist you. But thank you for letting us know that upgrading to the current versions might require more work.
Hi guys,
I've realized there is an issue when the AWS SQS SDK on version "2.25.14" is present on the classpath, with version "2.20.69" it works just fine.
I have a local SQS on a Docker container, which is why I am pointing to http://locahost:9324 and a queue called "awsSnapshot"
This code only tries to fetch the messages from the queue
With version "2.25.14" I got an error saying
But with version "2.20.69" everything works fine
The text was updated successfully, but these errors were encountered: