Single node Kafka mini cluster for testing
291
The Docker image will create a single node Kafka mini cluster.
Run with
docker run --rm -p 2181:2181 -p 9092:9092 \
--env ADVERTISE_HOST=your_advertise_host \
--env ADVERTISE_PORT=your_advertise_port \
stanleyxu2005/kafka
Content type
Image
Digest
sha256:8e8ecf18d…
Size
133.5 MB
Last updated
almost 11 years ago
docker pull stanleyxu2005/kafka