- Lab
- A Cloud Guru
Creating a Topic and Subscription with Pub/Sub in Google Cloud
Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications. You can use Pub/Sub as messaging-oriented middleware or event ingestion and delivery for streaming analytics pipelines. In this hands-on Lab, we will set up a topic and subscription and then publish a message.
Path Info
Table of Contents
-
Challenge
Creating a Topic and Subscription
Make sure the lab's project is selected.
- From Google Cloud console's main navigation, choose Pub/Sub.
- Click Create a Topic.
- Give your topic a name, click Create Topic.
- From the Topics dashboard, head over to the Pub/Sub menu and select Subscriptions.
- Click on the existing subscription and then click on Edit to review the settings.
- Leave the defaults and click on Update to exit the edit window.
-
Challenge
Publishing a Message
- From the dashboard, head over to the Pub/Sub menu and select Topics.
- Once inside the Topics dashboard, click on the topic you have created.
- Click on the Messages tab at the bottom of the window and then Publish Message.
- For publish count, leave the Number of messages as 1.
- In the message body, you will type in the message you will like to push.
- Click Publish.
-
Challenge
Pulling the Message
- From the dashboard, head over to the Pub/Sub menu and select Subscriptions.
- Click on your subscription.
- Select the Messages tab.
- Under Messages, click Pull.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.