docker-kafka icon indicating copy to clipboard operation
docker-kafka copied to clipboard

Docker-Kafka to get started with topic and produce and consume

Open vijaypabothu opened this issue 8 years ago • 1 comments

Hi, I have used repository image of kafka from docker hub( docker pull spotify/kafka) and run through Docker tool box(Kitematic) and now kafka is running with the existing setup.No changes I did . My requirement is I need to create a topic and produce the topic and consume the topic . How we can proceed from docker tool box or CLI . Please advise I am new for docker but I am familiar about normal setup of kafka without docker .

vijaypabothu avatar Feb 10 '17 09:02 vijaypabothu

All need scrpits are in opt/kafka dir. Do docker exec -it /bin/bash

spearheadOne avatar Oct 24 '17 14:10 spearheadOne