camel-azure-storage-queue-sink-kafka-connector sink configuration
Connector Description: Send Messages to Azure Storage queues. The Kamelet is able to understand the following headers to be set: - `expiration` / `ce-expiration`: as the time to live of the message in the queue. If the header won’t be set the default of 7 days will be used. The format should be in this form: PnDTnHnMn.nS., e.g: PT20.345S — parses as 20.345 seconds, P2D — parses as 2 days.
When using camel-azure-storage-queue-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-azure-storage-queue-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.azurestoragequeuesink.CamelAzurestoragequeuesinkSinkConnector
The camel-azure-storage-queue-sink sink connector supports 3 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Azure Storage Queue account name. |
HIGH |
||
Required The Azure Storage Queue container name. |
HIGH |
||
Required The Azure Storage Queue access Key. |
HIGH |
The camel-azure-storage-queue-sink sink connector has no converters out of the box.
The camel-azure-storage-queue-sink sink connector has no transforms out of the box.
The camel-azure-storage-queue-sink sink connector has no aggregation strategies out of the box.