Kafka (Source and Target) operators

Kafka is a distributed streaming platform that provides a publish and a subscribe messaging transport protocol using topics.

In a streams flow, the Kafka operator can be of type Source or of type Target.

Required parameters per security protocol

When creating a connection to Kafka, there are many different security configurations that can be used and each have their own set of requirements. The following is a list of supported configurations:

SASL_PLAINTEXT

SASL_SSL

SSL

SASL

SASL can be used with PLAINTEXT (SASL_ PLAINTEXT) or SSL (SASL_SSL) as the transport layer using the security protocol:

Learn more