camel-google-storage-sink-kafka-connector sink configuration

Connector Description: Upload Objects to Google Storage. The serviceAccountKey property needs to be encoded in base64, so when you pass it as parameter, don’t forget to encode it. - `file` / `ce-file`: as the file name to upload If the header won’t be set the exchange ID will be used as file name.

When using camel-google-storage-sink-kafka-connector as sink 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-sink-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

To use this sink connector in Kafka connect you’ll need to set the following connector.class

connector.class=org.apache.camel.kafkaconnector.googlestoragesink.CamelGooglestoragesinkSinkConnector

The camel-google-storage-sink sink connector supports 3 options, which are listed below.

Name Description Default Priority

camel.kamelet.google-storage-sink.bucketNameOrArn

Required The Bucket Name or Bucket ARN.

HIGH

camel.kamelet.google-storage-sink.serviceAccountKey

Required The Service account key that can be used as credentials for the Google Cloud Storage access.

HIGH

camel.kamelet.google-storage-sink.autoCreateBucket

Setting the autocreation of the Google Cloud Storage bucket bucketNameOrArn.

false

MEDIUM

The camel-google-storage-sink sink connector has no converters out of the box.

The camel-google-storage-sink sink connector has no transforms out of the box.

The camel-google-storage-sink sink connector has no aggregation strategies out of the box.