Update tutorial-kafka.md (#7678)

This commit is contained in:
Clint Wylie 2019-05-16 23:10:45 -07:00 committed by Fangjin Yang
parent d38457933f
commit 939b417379
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ 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.2. To download Kafka, issue the following
Druid. For this tutorial, we will use Kafka 2.1.0. To download Kafka, issue the following
commands in your terminal:
```bash