1 min readAug 26, 2020
very nice article.
Agree with Octavian, that the docker exec... bash let one think that the shell scripts are in the kafdrop container not the kafka container.
To make sure you're alway in the correct container, no matter what directory:
docker-compose ps #to get the container name of kafka
docker exec -it kafka_kafka_1 bash