camel-dropbox-sink-kafka-connector sink configuration
Connector Description: Upload Files to Dropbox. The Kamelet expects the following headers to be set: - `file` / `ce-file`: as the file name to upload If the header is not set, the exchange ID is used as file name.
When using camel-dropbox-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-dropbox-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.dropboxsink.CamelDropboxsinkSinkConnector
The camel-dropbox-sink sink connector supports 4 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The access Token to use to access Dropbox. | HIGH | ||
Required Dropbox App client Identifier. | HIGH | ||
Required Original file or folder to work with. | HIGH | ||
Required The uploading mode in case a file with the same name exists on Dropbox. Choose | "add" | HIGH |
The camel-dropbox-sink sink connector has no converters out of the box.
The camel-dropbox-sink sink connector has no transforms out of the box.
The camel-dropbox-sink sink connector has no aggregation strategies out of the box.