Closed
Description
in the tutorial http://wurstmeister.github.io/kafka-docker/ use the following example:
$KAFKA_HOME/bin/kafka-console-consumer.sh --topic=topic --zookeeper=$ZK
but actually --zookeeper
is not an option for kafka-console-consumer.sh
. it should be replace by option --boostrap-server
. please correct it.