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 realize version 2.4.x is no longer supported, but I was curious if it can work with LocalStack 3 since we're transitioning between AWS Spring Cloud versions at my company. I tried the following from the 2.4.x branch:
Question
I realize version
2.4.x
is no longer supported, but I was curious if it can work with LocalStack 3 since we're transitioning between AWS Spring Cloud versions at my company. I tried the following from the2.4.x
branch:Verified the SqsSampleApplicationTests successfully runs before making any changes.
Then I set AWS Java SDK version to
1.12.583
in https://github.com/awspring/spring-cloud-aws/blob/2.4.x/spring-cloud-aws-dependencies/pom.xml#L35Updated LocalStack image in SqsSampleApplicationTests to:
When running the test I see the following error:
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to sqs.us-east-1.localhost.localstack.cloud:4566 [sqs.us-east-1.localhost.localstack.cloud/127.0.0.1] failed: Connection refused (Connection refused)
I experienced the same behavior in my applications tests when switching to LocalStack
3.2.0
.That URL looks odd to me. I appreciate any insight you can provide.
The text was updated successfully, but these errors were encountered: