Pub/Sub

intermediate
communication
Enhanced Content

Definition

Google Cloud's messaging service that allows applications to communicate asynchronously. Like a mail system where applications can send messages without waiting for replies.

Real-World Example

An e-commerce site uses Pub/Sub to notify inventory systems when orders are placed, without making customers wait.

Cloud Provider Equivalencies

Google Cloud Pub/Sub is a managed publish/subscribe messaging service for asynchronous, decoupled communication. On AWS, similar patterns are commonly built with SNS (pub/sub fanout) and SQS (durable queues). On Azure, Service Bus Topics/Subscriptions provide durable pub/sub, while Event Grid is optimized for event routing. On OCI, Streaming provides Kafka-like pub/sub streams; OCI also offers Notifications for simpler pub/sub alerts.

AWS
Amazon Simple Notification Service (SNS) + Amazon Simple Queue Service (SQS)
AZ
Azure Service Bus (Topics/Subscriptions) or Azure Event Grid
GCP
Google Cloud Pub/Sub
OCI
OCI Streaming

Explore More Cloud Computing Terms