Conduktor Gateway is a network proxy for Apache Kafka, complete with an extensible and dynamic plugin mechanism that can be used to add technical and business logic on top of your existing Kafka deployment.Documentation Index
Fetch the complete documentation index at: https://docs.conduktor.io/llms.txt
Use this file to discover all available pages before exploring further.
Gateway benefits
This can be used to provide functionality that is not available in Kafka natively, such as:- Centrally configure encryption at the field-level or full payload.
- Mask sensitive data at the proxy layer.
- Enforce governance and traffic control policies — rate limits, data quality rules, topic creation constraints.
- Leverage multi-tenancy with Virtual Clusters and topic concentration.
- Empower development teams with self-service governance.

How it works
Gateway acts as a Kafka-compliant middle layer between clients and Kafka clusters.
Authentication
Supports multiple security protocols:- PLAINTEXT
- SSL
- SASL SSL
- mTLS