英文: GCP Pub/Sub - Message Expiry 问题 根据GCP文档,消息的保留方式如下: 默认情况下,主题在所有附加到该主题的订阅确认消息后立即丢弃消息。主题可以保留已发布的消息最...
发布带有模式的消息到 Pub/Sub 主题
英文: Publish Message to Pub/Sub Topic With Schema 问题 以下是翻译好的代码部分: { "messages": [ { "attr...
PubSub Avro架构中的JSON数组引发了无效的架构定义错误。
英文: PubSub Avro schema with JSON array throws Invalid schema definition error 问题 我正在设置一个发布/订阅主题来接收一些...
Google Pub/Sub的”topic/send_request_latencies”指标衡量了什么?
英文: What does Google Pub/Sub's topic/send_request_latencies metric measure 问题 我无法找到除了非常基本的https:...
GCP Pub/Sub | 向区域端点发布消息
英文: GCP Pub/Sub | Publish Messages to a regional endpoint 问题 我正在使用基于spring-boot的应用程序向GCP主题发布消息。我想利用消...
使用Terraform在pubsub消息到达时运行云函数
英文: Run cloud function on pubsub message arrival using Terraform 问题 ### 需求 ### 需要创建Terraform IAC以在pu...
太多消息被发送到了Cloud PubSub主题中 [Spring Boot]
英文: Too many messages are sent to the topic in Cloud PubSub [Spring Boot] 问题 我正在使用GCP和Cloud PubSub开发...
Google Cloud Pub/Sub 仍然在停止用户的所有事件后发送通知。
英文: Google Cloud Pub Sub still sending notifications even after stopping all events for the user 问题 ...
GCP Channel通知定价
英文: GCP Channel notification princing 问题 我有一个使用云监控、警报和通道通知到Pub/Sub的GCP项目A。我的Pub/Sub主题位于另一个项目B中。 在我的项...
Google PubSub的未确认消息未被客户端拉取。
英文: Google PubSub's unacked messaged not getting pulled by the client 问题 我有一个非常简单的Node.js应用程序,订阅...