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

Support for pubsub publish in bulk #26

Closed
andresmargalef opened this issue Jun 30, 2022 · 2 comments
Closed

Support for pubsub publish in bulk #26

andresmargalef opened this issue Jun 30, 2022 · 2 comments

Comments

@andresmargalef
Copy link

At work for high performance we have apis that operates in bulk not in single message.
Maybe adding a new method in publisher that support an iterable of ReservedMessages could be useful to prevent send one by one message to the channel. Maybe an enum Reserved::Multi and Reserved::Single could be useful to detect if is single or not for the matching here.

@yoshidan
Copy link
Owner

Thank you for your proposal. I will add the implementation.

@ditsuke
Copy link
Contributor

ditsuke commented Sep 14, 2022

Should this issue be closed?

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

No branches or pull requests

3 participants