云 Pub/Sub:使用 GAE/Go 标准版的拉取订阅者

huangapple go评论85阅读模式
英文:

Cloud Pub/Sub: Pull subscriber with GAE/Go Standard

问题

我可以帮你翻译。以下是要翻译的内容:

我可以在GAE/Go标准环境中创建Cloud Pub/Sub的拉取订阅者吗?

我阅读了这个页面(https://cloud.google.com/go/getting-started/using-pub-sub),但这是GAE灵活环境。
我想在GAE/Go标准环境中创建拉取订阅者。

我可以这样做吗?

英文:

Can I create Cloud Pub/Sub pull subscriber with GAE/Go Standard Environment?

I read this page, but this is GAE Flexible environment.
I would like to create pull subscriber with GAE/Go Standard.

Can I do it?

答案1

得分: 1

不,你不能这样做。在使用GAE标准版与PubSub时,正确的方法是创建一个推送订阅,将每个消息传递到你定义的App Engine端点。

英文:

No, You can't do that. The proper way to use PubSub with GAE Standard is to create a push subscription which delivers each message to an App Engine endpoint you have defined.

huangapple
  • 本文由 发表于 2017年4月18日 17:19:25
  • 转载请务必保留本文链接:https://go.coder-hub.com/43468249.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定