Quick kafka image for testing purpose, not optimized for production use
664
It simply runs one node kafka and zookeeper inside one container (based on shopify/kafka)
Auto topic creation is setted to true, there is no need to set advertised host, however advertised port is required
It simply runs one node kafka and zookeeper inside one container (based on shopify/kafka)
Auto topic creation is setted to true, there is no need to set advertised host, however advertised port is required
docker build -t thanhpk/kafka:subiz-dev .
docker run -e "ADVERTISED_PORT=9092" thanhpk/kafka:subiz-dev
bitbucket.org/subiz/kafka/container
Content type
Image
Digest
Size
178.7 MB
Last updated
about 9 years ago
docker pull thanhpk/kafka