From 55927bf8e3b60e4aa48aa90f0eee2be92b6d57eb Mon Sep 17 00:00:00 2001 From: Furkan KAMACI Date: Fri, 11 Jan 2019 04:58:40 +0300 Subject: [PATCH] Kafka version is updated (#6835) Update Kafka version in tutorial from 0.10.2.0 to 0.10.2.2 --- docs/content/tutorials/tutorial-kafka.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: