camel-azure-eventhubs-sink-kafka-connector sink configuration
Connector Description: Send events to Azure Event Hubs. The Kamelet checks for the `partition` / `ce-partition` header 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. A header is optional. If the header is not set, the partition is assigned by Event Hubs.
When using camel-azure-eventhubs-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-eventhubs-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.azureeventhubssink.CamelAzureeventhubssinkSinkConnector
The camel-azure-eventhubs-sink sink connector supports 4 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The Event Hubs namespace. |
HIGH |
||
Required The Event Hub name. |
HIGH |
||
Required The Event Hubs SAS key name. |
HIGH |
||
Required The key for the Event Hubs SAS key name. |
HIGH |
The camel-azure-eventhubs-sink sink connector has no converters out of the box.
The camel-azure-eventhubs-sink sink connector has no transforms out of the box.
The camel-azure-eventhubs-sink sink connector has no aggregation strategies out of the box.