diff --git a/docs/content/tutorials/tutorial-kafka.md b/docs/content/tutorials/tutorial-kafka.md index 505481f1974..c6ce8c65803 100644 --- a/docs/content/tutorials/tutorial-kafka.md +++ b/docs/content/tutorials/tutorial-kafka.md @@ -35,13 +35,13 @@ don't need to have loaded any data yet. ## Download and start Kafka [Apache Kafka](http://kafka.apache.org/) is a high throughput message bus that works well with -Druid. For this tutorial, we will use Kafka 0.10.2.0. To download Kafka, issue the following +Druid. For this tutorial, we will use Kafka 0.10.2.2. To download Kafka, issue the following commands in your terminal: ```bash -curl -O https://archive.apache.org/dist/kafka/0.10.2.0/kafka_2.11-0.10.2.0.tgz -tar -xzf kafka_2.11-0.10.2.0.tgz -cd kafka_2.11-0.10.2.0 +curl -O https://archive.apache.org/dist/kafka/0.10.2.2/kafka_2.12-0.10.2.2.tgz +tar -xzf kafka_2.12-0.10.2.2.tgz +cd kafka_2.12-0.10.2.2 ``` Start a Kafka broker by running the following command in a new terminal: