Google Cloud Pub/Sub
Google Cloud Pub/Sub is a fully managed, real-time messaging service that allows you to send and receive messages between independent applications. It provides reliable, many-to-many, asynchronous messaging that decouples senders and receivers.
6 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
A Pub/Sub schema resource. Schemas enforce the format of the data field of messages published to topics that reference the schema.Google Cloud Pub/Sub Messaging Surface
-
A BigQuery subscription. Pub/Sub writes incoming messages directly to a BigQuery table using the BigQuery Storage Write API. No subscriber code is required.Google Cloud Pub/Sub Messaging Surface
-
A Cloud Storage subscription. Pub/Sub batches messages and writes them as objects to a Cloud Storage bucket in text or Avro format.Google Cloud Pub/Sub Messaging Surface
-
A pull subscription. Subscribers call the Pub/Sub API to pull batches of messages and then acknowledge them with the returned ackId.Google Cloud Pub/Sub Messaging Surface
-
A Pub/Sub topic. Publishers send messages to a topic; the messages are then delivered to all subscriptions attached to that topic.Google Cloud Pub/Sub Messaging Surface
-
A subscriber-owned HTTPS endpoint registered as the pushConfig.pushEndpoint of a push subscription. Pub/Sub POSTs a PushNotification envelope to this URL for each delivered message.Google Cloud Pub/Sub Messaging Surface