bindings
bindings copied to clipboard
[FEATURE] Message bindings for SQS
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?
- [x] I have read the Contributing Guidelines
Are you willing to work on this issue?
None