第 124 章 Google Pubsub 组件
从 Camel 版本 2.19 开始提供
Google Pubsub 组件通过 Google Client Services API 提供对 Cloud Pub/Sub Infrastructure 的访问。
当前实现不使用 gRPC。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml 中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-google-pubsub</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
124.1. URI 格式
Google Pubsub 组件使用以下 URI 格式:
google-pubsub://project-id:destinationName?[options]
目的地名称可以是主题或订阅名称。