Member-only story
Google Cloud-Pub/Sub Lite
Pub/Sub Lite
Pub/Sub Lite is a zonal service for messaging systems with predictable traffic patterns. If you publish 1 MiB-1 GiB of messages per second, Pub/Sub Lite is a low-cost option for high-volume event ingestion.
Publishers send messages to Lite topics and subscribers receive messages from Lite subscriptions. Lite topics and Lite subscriptions are zonal resources that must be in the same Cloud project and zone.
In the below video you will learn how to:
- Create Lite topics and Lite subscriptions using the Cloud Console.
- Send and receive messages using the Pub/Sub Lite client library for Python.
Video Link: https://www.youtube.com/watch?v=_XDqqYmiCx4
Steps:
Task 1. Create a Lite Topic
Task 2. Create a Lite Subscription
Task 3. Send messages
Task 4. Receive messages
Task 5. Clean up
Done !!!
If you want to know more you can refer to the below docs,
Thank you :)