Skip to content

[FEATURE] Message bindings for SQS #285

@jackburridge

Description

@jackburridge

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?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions