generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When debugging SQS sink issues, there is insufficient logging to understand why messages are being dropped, sent to DLQ, or rejected.
Describe the solution you'd like
Add comprehensive debug and info level logging to the SQS sink, specifically in SqsSinkBatch.java
and related classes:
-
Size limit violations : Log when messages are rejected due to exceeding configured size limits
-
DLQ routing : Log the specific reason why messages are sent to DLQ with error details
-
SQS API errors : Log detailed error information for failed SQS requests
Describe alternatives you've considered (Optional)
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Unplanned