camel-kafka-sink-kafka-connector sink configuration
Connector Description: Send data to Kafka topics.
When using camel-kafka-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-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.kafkasink.CamelKafkasinkSinkConnector The camel-kafka-sink sink connector supports 14 options, which are listed below.
| Name | Description | Default | Priority |
|---|---|---|---|
Required Comma separated list of Kafka topic names. | HIGH | ||
Required Comma separated list of Kafka Broker URLs. | HIGH | ||
Authentication type to use. Use NONE for no authentication, PLAIN or SCRAM_SHA_256/SCRAM_SHA_512 for username/password, SSL for certificate-based, OAUTH for OAuth 2.0, AWS_MSK_IAM for MSK, or KERBEROS for Kerberos. | "NONE" | MEDIUM | |
Username for SASL authentication. Required when saslAuthType is PLAIN, SCRAM_SHA_256, or SCRAM_SHA_512. | MEDIUM | ||
Password for SASL authentication. Required when saslAuthType is PLAIN, SCRAM_SHA_256, or SCRAM_SHA_512. | MEDIUM | ||
OAuth client ID. Required when saslAuthType is OAUTH. | MEDIUM | ||
OAuth client secret. Required when saslAuthType is OAUTH. | MEDIUM | ||
OAuth token endpoint URI. Required when saslAuthType is OAUTH. | MEDIUM | ||
OAuth scope. Optional when saslAuthType is OAUTH. | MEDIUM | ||
The location of the trust store file. | MEDIUM | ||
The password for the trust store file. | MEDIUM | ||
The location of the key store file. Used for mTLS authentication. | MEDIUM | ||
The password for the key store file. | MEDIUM | ||
The password of the private key in the key store file. | MEDIUM |
The camel-kafka-sink sink connector has no converters out of the box.
The camel-kafka-sink sink connector has no transforms out of the box.
The camel-kafka-sink sink connector has no aggregation strategies out of the box.