camel-azure-storage-queue-sink-kafka-connector sink configuration
Connector Description: Send events to Azure Storage queues. In the header, you can set the `partition` / `ce-partition` property to determine how long an event remains in the Azure Storage queue. Use `PnDTnHnMn.nS.` format. For example, `PT20.345S` parses as 20.345 seconds and `P2D` parses as 2 days. If you not set the property in the header, the Kamelet uses the default of `P27D` (7 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 4 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 | ||
Determines the credential strategy to adopt. | "SHARED_ACCOUNT_KEY" | MEDIUM |
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.