camel-azure-storage-files-source-kafka-connector source configuration
Connector Description: Consume files from Azure Storage File Shares.
When using camel-azure-storage-files-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-azure-storage-files-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.azurestoragefilessource.CamelAzurestoragefilessourceSourceConnector
The camel-azure-storage-files-source source connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Azure Storage File Share account name. | HIGH | ||
Required The Azure Storage File Share share name. | HIGH | ||
The Azure Storage Blob access key. | MEDIUM | ||
The number of milliseconds before the next poll of the selected blob. | 500 | MEDIUM | |
Specifies to delete blobs after consuming them. | false | MEDIUM | |
Determines the credential strategy to adopt. | "SHARED_ACCOUNT_KEY" | MEDIUM | |
The directory from where the consumer will start reading files. | "." | MEDIUM | |
If a directory, the consumer will look for files in all the sub-directories as well. | false | MEDIUM |
The camel-azure-storage-files-source source connector has no converters out of the box.
The camel-azure-storage-files-source source connector has no transforms out of the box.
The camel-azure-storage-files-source source connector has no aggregation strategies out of the box.