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

Create a simpler API to publish messages #9301

Closed
coryan opened this issue Jun 17, 2022 · 0 comments · Fixed by #10055
Closed

Create a simpler API to publish messages #9301

coryan opened this issue Jun 17, 2022 · 0 comments · Fixed by #10055
Assignees
Labels
api: pubsub Issues related to the Pub/Sub API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@coryan
Copy link
Contributor

coryan commented Jun 17, 2022

Some applications send a few messages an hour, or maybe a message per second, but use many different topics (see #9171 for an example).

Maybe we should have a SimplePublisher client that publishes a single messages synchronously, and where the topic is a parameter of the call (instead of receiving it when initializing the Connection/Client).

@coryan coryan added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: pubsub Issues related to the Pub/Sub API. labels Jun 17, 2022
@coryan coryan self-assigned this Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the Pub/Sub API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant