Why it matters
Pub/Sub is GCP messaging default. Understanding shapes GCP event architectures.
Advertisement
The architecture
Topic: named channel. Subscription: named subscriber.
Publishers push messages; subscribers pull or receive push.
Advertisement
How it works end to end
Delivery: at-least-once by default. Exactly-once feature available.
Ordering: per ordering key.
Dead letter topic: failed messages.
Retention: up to 7 days for undelivered.