Pub/Sub

Definition

Google Cloud Pub/Sub is a messaging service that allows applications to communicate asynchronously, enabling decoupled systems and real-time data

Use Cases

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

Category: communication

Difficulty: intermediate

See Also