123.2. 选项
Google Pubsub 组件支持下面列出的 2 个选项。
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
connectionFactory (common) | 设置要使用的连接工厂: 提供显式管理连接凭证的能力: - 到密钥文件的路径 - Service Account Key / Email pair | GooglePubsubConnection Factory | |
resolveProperty Placeholders (advanced) | 启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。 | true | 布尔值 |
Google Pubsub 端点使用 URI 语法配置:
google-pubsub:projectId:destinationName
使用以下路径和查询参数:
123.2.1. 路径名(2 参数):
名称 | 描述 | 默认 | 类型 |
---|---|---|---|
projectId | 所需的项目 Id | 字符串 | |
destinationName | 所需的 目标名称 | 字符串 |