Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
319 views
in Technique[技术] by (71.8m points)

google cloud platform - How to delivered message from GCP push subscription to local PC?

I want to delivered message from GCP push subscription to local device. The device does not have a global IP address.

Is there a way to delivered message to local device from push subscription?

In addition, in the following document, it is written like this.

https://cloud.google.com/pubsub/docs/push

The push endpoint must be a publicly accessible HTTPS address.

question from:https://stackoverflow.com/questions/65623559/how-to-delivered-message-from-gcp-push-subscription-to-local-pc

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can not recieve pubsub messages when you don't have public HTTPS endpoint.

If you just want to store the messages on your device, Load pubsub messages into GCS bucket, and download it.

Or you can use FUSE to mount GCS bucket as file system on your device for easy use.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...