Google Cloud Self-Paced Self Labs
Overview
The Google Cloud Pub/Sub service allows applications to exchange messages reliably, quickly, and asynchronously. To accomplish this, a data producer publishes messages to a Cloud Pub/Sub topic. A subscriber client then creates a subscription to that topic and consumes messages from the subscription. Cloud Pub/Sub persists messages that could not be delivered reliably for up to seven days.
In this lab, you will learn how to get started publishing messages with Cloud Pub/Sub using the Python client library.
#googlecloud
#cloudskillsboost