Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 618 Bytes

File metadata and controls

22 lines (13 loc) · 618 Bytes

About This Project

It's a simple project that demos Google Cloud Pub/Sub service with Docker and Python.

The only publisher will send a message that includes channel information to the topic every 5 seconds. And the rest of the subscribers will receive it and print the result.

Getting Started

docker-compose up -d

Demo

The left-hand tab is publisher, the middle one is subscriber 1, the right-hand tab is subscriber 2.

img

Reference

用 Python + Docker 實作簡易 Cloud Pub/Sub Service