Kafka version is updated (#6835)

Update Kafka version in tutorial from 0.10.2.0 to 0.10.2.2
This commit is contained in:
Furkan KAMACI 2019-01-11 04:58:40 +03:00 committed by Jonathan Wei
parent ea3f426171
commit 55927bf8e3
1 changed files with 4 additions and 4 deletions

View File

@ -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: