Google Cloud Pub/Sub

Google Cloud's asynchronous and scalable messaging service that decouples message producers from consumers with typical latencies around 100 ms. Uses per-message leasing (not partitions) for parallel processing. Topics and subscriptions (push and pull), schemas (Avro and Protobuf), ordering keys, dead-letter topics, snapshots, and seek. Pub/Sub Lite offers a cheaper zonal/regional partitioned variant for high-volume workloads.

API entry from apis.yml

apis.yml Raw ↑
name: Google Cloud Pub/Sub
description: Google Cloud's asynchronous and scalable messaging service that decouples message producers
  from consumers with typical latencies around 100 ms. Uses per-message leasing (not partitions) for parallel
  processing. Topics and subscriptions (push and pull), schemas (Avro and Protobuf), ordering keys, dead-letter
  topics, snapshots, and seek. Pub/Sub Lite offers a cheaper zonal/regional partitioned variant for high-volume
  workloads.
humanURL: https://cloud.google.com/pubsub
tags:
- Bus
- Cloud
- Google Cloud
- Managed
properties:
- type: Portal
  url: https://cloud.google.com/pubsub
- type: Documentation
  url: https://cloud.google.com/pubsub/docs/overview
- type: APIReference
  url: https://cloud.google.com/pubsub/docs/reference/rest