Configuration

Redpanda

Kpow is supported for use with Redpanda where Redpanda meets the standard Kafka API and featureset.

What is Redpanda?

Redpanda is a Kafka® compatible event streaming platform. Read more about Red Panda here.

Quickstart

Start a single-node Redpanda cluster with the Docker container provided by Vectorized.

See: https://vectorized.io/docs/quick-start-docker/ for details of multi-broker setups.

docker run -d --pull=always --name=redpanda-1 --rm \
-p 9092:9092 \
docker.vectorized.io/vectorized/redpanda:latest \
redpanda start \
--overprovisioned \
--smp 1  \
--memory 1G \
--reserve-memory 0M \
--node-id 0 \
--check=false

Configure Kpow to connect to the local Redpanda cluster.

You must provide a unique CLUSTER_ID for each Redpanda Bootstrap configured

ENVIRONMENT_NAME=Redpanda
BOOTSTRAP=127.0.0.1:9092
REPLICATION_FACTOR=1
CLUSTER_ID=red-panda-1

Start your Kpow instance and navigate to the UI.