Create a simpler API to publish messages #9301
Labels
api: pubsub
Issues related to the Pub/Sub API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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).The text was updated successfully, but these errors were encountered: