camel-azure-eventhubs-sink-kafka-connector sink configuration

Connector Description: Send Events to Azure Eventhubs. The Kamelet is able to understand the following headers to be set: - `partition` / `ce-partition`: as the time to live of the message in the queue. If the header won’t be set then the partition will be assigned by Eventhubs

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

camel.kamelet.azure-eventhubs-sink.namespaceName

Required The eventhubs namespace.

HIGH

camel.kamelet.azure-eventhubs-sink.eventhubName

Required The eventhub name.

HIGH

camel.kamelet.azure-eventhubs-sink.sharedAccessName

Required EventHubs SAS key name.

HIGH

camel.kamelet.azure-eventhubs-sink.sharedAccessKey

Required The key for EventHubs 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.