Table of Contents
Compatible versions
Brokers older than 2.1 are not supported — the client negotiates API versions with the cluster and no longer implements the pre-2.1 protocol.
Key Features
- Kafka-to-Kafka pipelines: bridge event streams between clusters with Popsink transformations applied in flight.
- Broad authentication support: PLAINTEXT, SSL, and SASL (PLAIN, SCRAM-SHA-256, SCRAM-SHA-512, OAUTHBEARER, GSSAPI).
- Topic passthrough: output topic names follow your subscription configuration — no renaming is imposed by the target.
Prerequisites
- A reachable Kafka cluster to use as the sink.
- Credentials with permission to produce to the target topics (and to create them, if they don’t pre-exist and auto-creation is disabled on the cluster).