-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
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.
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?
- I checked and didn't find a similar issue
🏢 Have you read the Contributing Guidelines?
- I have read the Contributing Guidelines
Are you willing to work on this issue?
None
Reactions are currently unavailable