What is the Conduktor Gateway
Conduktor Gateway is a vendor agnostic Apache Kafka proxy.
When using Conduktor Gateway you can more easily follow the path to a mature Kafka set-up, avoiding the pitfalls and the common challenges that come with this progression. Conduktor Gateway gives you the power to add structure, organisation, enhanced functionality, and therefore confidence in your Kafka environment. Gateway is fully Apache Kafka protocol compliant and vendor agnostic, it supports the use of Kafka wherever that Kafka is hosted.
Get Started
To get started please review the System Requirements,hardware requirements and Kafka requirements as shown in our documentation here.
Running Conduktor Gateway
In its most simple form Gateway can be run from a simple Docker run command with the credentials to connect to you Kafka cluster. However, Gateway needs to interact with your clients and your Kafka to get the most from it.
docker run \
-e KAFKA_BOOTSTRAP_SERVERS=kafka1:9092,kafka2:9092,kafka3:9092 \
-e KAFKA_SASL_MECHANISM=PLAIN \
-e KAFKA_SECURITY_PROTOCOL=SASL_PLAINTEXT \
-e KAFKA_SASL_JAAS_CONFIG='org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret";' \
conduktor/conduktor-gateway:2.1.4
If you're interested in trying out Gateway yourself go checkout the demos. For more control over your deployments see the environment variables.
Comments
0 comments
Please sign in to leave a comment.