Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish messages with metadata #22

Merged
merged 7 commits into from
May 30, 2024
Merged

Conversation

AL333Z
Copy link
Member

@AL333Z AL333Z commented May 28, 2024

This PR is adding support to publish metadata (aka message properties, headers, etc..).

All the 3 providers we're currently supporting support some kind of application metadata (sqs, pubsub, servicebus), and an encoding that basically can cover all of them is having them as a Map[String, String]. That's not the most typed definition ever, but it gets the job done.

@AL333Z AL333Z requested a review from satabin May 29, 2024 05:29
AL333Z and others added 2 commits May 30, 2024 11:44
Co-authored-by: Lucas Satabin <2537737+satabin@users.noreply.github.com>
@satabin satabin merged commit b6be5e6 into main May 30, 2024
10 checks passed
@satabin satabin deleted the publish-message-with-attributes branch May 30, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants