Implementation of Google Cloud Pub/Sub Push Subscription
Learn how to implement Google Cloud Pub/Sub Subscriber in Golang
Prerequisite
- Suggested readings
- Domain name for Pub/Sub to push messages
- The domain name/IP address are both accessible from the public web.
- You can apply for qualified SSL certificate at SSL For Free.
Subscriber
Cloud Pub/Sub supports push and pull message delivery. In this post, we would dive into Push Subscrption
.