在此article on Google Cloud Pub Sub中,我们被告知函数必须返回状态以确认收到消息。我有一个与Firebase Cloud Functions pubsub triggers特别相关的问题:
我在上面的文档中看不到Firebase Cloud函数如何或是否对pub sub进行确认。有人可以解释一下吗?
答案 0 :(得分:2)
这是在Google托管的代码中实现的。它实际上与发布/订阅推送订阅相同,在订阅订阅中,有200条响应确认该消息(https://cloud.google.com/pubsub/docs/push#receive_push)。自动确认会在您的功能成功完成后发生。