Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Subscribers are registered listeners on a subscription to receive messages. Subscribers interact with Pub/Sub service to read messages from the pull subscriptions.

In order to receive messages published on a topic, a subscription must be created for that topic. Only messages that are published to the topic after the subscription is created, are available to subscriber applications. When a message is sent to a subscriber, the subscriber should acknowledge the message. Without the acknowledgment, the message is considered to be outstanding and PubSub will repeatedly attempt to redeliver these messages to the subscriber. This,

however, will not be delivered to other subscribers within the same subscription.

GCP PubSub Subscriber agent is available as a collection agent in Real-Time workflows.



This section contains the following subsections:




  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.