第123章 Google Pubsub コンポーネント

Camel バージョン 2.19 以降で利用可能

Google Pubsub コンポーネントは、Google Client Services API を介して Cloud Pub/Sub インフラストラクチャー へのアクセスを提供します。

現在の実装では 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>

123.1. URI 形式

Google Pubsub コンポーネントは、次の URI 形式を使用します。

google-pubsub://project-id:destinationName?[options]

宛先名は、トピック名またはサブスクリプション名のいずれかです。