2 Home
gitea_admin edited this page 2026-03-11 14:38:19 +00:00

Kafka Scram Sink

Send data to Kafka topics through SCRAM login module.

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.

Metadata

Property Value
Type sink
Group Kafka
Namespace Kafka
Support Level Preview
Provider Apache Software Foundation

Properties

Name Type Required Default Description
topic string Comma separated list of Kafka topic names
bootstrapServers string Comma separated list of Kafka Broker URLs
securityProtocol string SASL_SSL Protocol used to communicate with brokers. SASL_PLAINTEXT, PLAINTEXT, SASL_SSL and SSL are supported
saslMechanism string SCRAM-SHA-512 The Simple Authentication and Security Layer (SASL) Mechanism used.
user string Username to authenticate to Kafka
password string Password to authenticate to kafka

Dependencies

  • camel:core
  • camel:kafka
  • camel:kamelet