Improve Logging for Queue Attributes Resolver #1149
Labels
component: sqs
SQS integration related issue
status: ideal-for-contribution
We agree it's nice to have but it is not team priority
type: enhancement
Smaller enhancement in existing integration
Usually the first time Spring Cloud AWS SQS tries to connect to AWS is through
QueueAttributesResolver
either for resolving attributes or the queue url.Because of this, any connectivity issue is logged in this context, misleading users to think that the problem is with the default queue creation strategy, when it could really be any other reason.
While the original AWS SDK exception is also already logged, we could look into a better message to help users correctly identify the connection issue.
See #980 (comment)
The text was updated successfully, but these errors were encountered: