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

Router: publish messages in bulk #513

Merged
merged 2 commits into from
Nov 2, 2024
Merged

Router: publish messages in bulk #513

merged 2 commits into from
Nov 2, 2024

Conversation

m110
Copy link
Member

@m110 m110 commented Nov 2, 2024

Currently, the router will publish produced messaged by calling Publish individually, even though the bulk API exists.

This change works the same, although it can be handy for some custom implementations when you want to treat the produced messages as a group. For some implementations, it could also slightly improve publish performance.

@m110 m110 marked this pull request as ready for review November 2, 2024 11:13
@m110 m110 requested a review from roblaszczak November 2, 2024 11:13
@m110 m110 merged commit e6daa87 into master Nov 2, 2024
9 checks passed
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.

2 participants