Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: Update command options for kafka-console-consumer.sh in vagran…
…t/README.md (apache#6689) The following command in vagrant/README.md doesn't work, since `--zookeeper` option has been unsuppored from v2.0.0. This PR updates its command options to fix it. ``` bin/kafka-console-consumer.sh --zookeeper zk1:2181 --topic sandbox --from-beginning ``` Reviewers: Jason Gustafson <[email protected]>
- Loading branch information