Passthrough Gateway is a license-restricted mode of Conduktor Gateway. Gateway forwards Kafka client connections 1:1 to brokers and translates broker addresses, without storing credentials or exposing Gateway-managed features. Use Passthrough Gateway when you need to: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.
- Make privately accessible brokers (such as Confluent Cloud dedicated clusters or Google Cloud managed Kafka) reachable from outside their private network segment.
- Add or change advertised listener addresses without reconfiguring broker listeners.
Passthrough Gateway requires a separate license from a standard Conduktor Gateway license. See Obtain a Passthrough Gateway license.
What’s included
Conduktor Gateway runs in Kafka-managed mode. Gateway forwards client connections 1:1 to brokers, and clients authenticate using their SASL credentials, which the Kafka broker validates. Gateway does not store or validate credentials.What’s not included
The following Gateway capabilities are unavailable under a Passthrough Gateway license:- Interceptors
- Topic views
- Alias topics
- Virtual Clusters
- Gateway service accounts
- Gateway groups
- Topic concentration
- Failover
Configure Passthrough Gateway
Deploy Gateway as a Kafka-managed proxy.Passthrough Gateway supports Kafka-managed security, which is compatible with
SASL_PLAINTEXT and SASL_SSL only..env
Restrictions
A Passthrough Gateway license enforces three customer-visible restrictions:- Disallowed configuration prevents startup. If Gateway starts with configuration that requires an excluded feature (such as Interceptors or Virtual Clusters), it refuses to start and logs the offending configuration.
- Disallowed Admin API calls return 403. Admin API calls that create or modify excluded features return
403 Forbidden. The response identifies the disallowed feature. - Product-usage metrics cannot be disabled. Passthrough Gateway deployments report anonymous product-usage metrics to Conduktor. The reporting cannot be disabled from within Gateway.