bindings icon indicating copy to clipboard operation
bindings copied to clipboard

[FEATURE] Message bindings for SQS

Open jackburridge opened this issue 3 months ago • 1 comments

Why do we need this improvement?

Message Bindings appear to be missing for SQS, in particular the MessageGroupId, and MessageDeduplicationId.

Compared to Kafka this would be the same as not having a binding for the key.

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessage.html#API_SendMessage_RequestParameters

How will this change help?

There are cases where knowing the group id, and duplication id are useful.

Screenshots

No response

How could it be implemented/designed?

I would the fixed fields similar to Kafka key, with their type as schemas.

Field Name Type Description Applicability [default] Constraints
groupId Schema Object | Reference Object The message groupId OPTIONAL -
deduplicationId Schema Object | Reference Object The message deduplicationId OPTIONAL -

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

  • [x] I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

None

jackburridge avatar Oct 19 '25 21:10 jackburridge