camel-kafka-azure-schema-registry-sink-kafka-connector sink configuration
Connector Description: Send data to Kafka topics on Azure Eventhubs combined with Azure Schema Registry. The Kamelet is able to understand the following headers to be set: - `key` / `ce-key`: as message key - `partition-key` / `ce-partitionkey`: as message partition key Both the headers are optional.
When using camel-kafka-azure-schema-registry-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-kafka-azure-schema-registry-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.kafkaazureschemaregistrysink.CamelKafkaazureschemaregistrysinkSinkConnector
The camel-kafka-azure-schema-registry-sink sink connector supports 8 options, which are listed below.
The camel-kafka-azure-schema-registry-sink sink connector has no converters out of the box.
The camel-kafka-azure-schema-registry-sink sink connector has no transforms out of the box.
The camel-kafka-azure-schema-registry-sink sink connector has no aggregation strategies out of the box.