Redpanda Console
Redpanda Console is a web application that helps you manage and debug your Kafka workloads, as well as Kafka protocol-compatible systems such as Redpanda and WarpStream.
Last updated
Was this helpful?
Was this helpful?
export WARPSTREAM_BOOTSTRAP_HOST=<YOUR_BOOTSTRAP_BROKER> \
WARPSTREAM_SASL_USERNAME=<YOUR_SASL_USERNAME> \
WARPSTREAM_SASL_PASSWORD=<YOUR_SASL_PASSWORD>;docker run -p 8080:8080 -e KAFKA_BROKERS=$WARPSTREAM_BOOTSTRAP_HOST -e KAFKA_TLS_ENABLED=true -e KAFKA_SASL_ENABLED=true -e KAFKA_SASL_USERNAME=$WARPSTREAM_SASL_USERNAME -e KAFKA_SASL_PASSWORD=$WARPSTREAM_SASL_PASSWORD docker.redpanda.com/redpandadata/console:latest