camel-google-storage-source-kafka-connector source configuration
Connector Description: Consume objects from Google Cloud Storage. If you specify the `serviceAccountKey` property, you must base64 encode it before you pass it as a parameter.
When using camel-google-storage-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-google-storage-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.googlestoragesource.CamelGooglestoragesourceSourceConnector
The camel-google-storage-source source connector supports 4 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Google Cloud Storage bucket name or Bucket Amazon Resource Name (ARN). | HIGH | ||
The service account key to use as credentials for Google Cloud Storage access. You must encode this value in base64. | MEDIUM | ||
Specifies to delete objects after consuming them. | true | MEDIUM | |
Specifies to automatically create the Google Cloud Storage bucket. | false | MEDIUM |
The camel-google-storage-source source connector has no converters out of the box.
The camel-google-storage-source source connector has no transforms out of the box.
The camel-google-storage-source source connector has no aggregation strategies out of the box.