camel-azure-storage-blob-changefeed-source-kafka-connector source configuration

Connector Description: Consume events from an Azure Storage Blob change feed.

When using camel-azure-storage-blob-changefeed-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-blob-changefeed-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.azurestorageblobchangefeedsource.CamelAzurestorageblobchangefeedsourceSourceConnector

The camel-azure-storage-blob-changefeed-source source connector supports 3 options, which are listed below.

Name Description Default Priority

camel.kamelet.azure-storage-blob-changefeed-source.period

Required The interval (in milliseconds) between fetches to the Azure Storage change feed.

10000

HIGH

camel.kamelet.azure-storage-blob-changefeed-source.accountName

Required The Azure Storage Blob account name.

HIGH

camel.kamelet.azure-storage-blob-changefeed-source.accessKey

Required The Azure Storage Blob access Key.

HIGH

The camel-azure-storage-blob-changefeed-source source connector has no converters out of the box.

The camel-azure-storage-blob-changefeed-source source connector has no transforms out of the box.

The camel-azure-storage-blob-changefeed-source source connector has no aggregation strategies out of the box.