spotify / docker-kafka

Kafka (and Zookeeper) in Docker
Apache License 2.0
1.4k stars 643 forks source link

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

Open vijaypabothu opened 7 years ago

vijaypabothu commented 7 years ago

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 .

abondar24 commented 6 years ago

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