kafka-monitoring-stack-docker-compose icon indicating copy to clipboard operation
kafka-monitoring-stack-docker-compose copied to clipboard

README Kafka-topics command should be docker exec

Open FrankMormino opened this issue 5 years ago • 0 comments

The examples command should be docker exec

docker exec -it kafka-monitoring-stack-docker-compose_kafka-connect_1 ./bin/kafka-topics --create --partitions 6 --replication-factor 3 --topic demo-topic

FrankMormino avatar Dec 16 '20 19:12 FrankMormino