From 939b417379b0f967e93d3ea892fe8bef526d6251 Mon Sep 17 00:00:00 2001 From: Clint Wylie Date: Thu, 16 May 2019 23:10:45 -0700 Subject: [PATCH] Update tutorial-kafka.md (#7678) --- docs/content/tutorials/tutorial-kafka.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/tutorial-kafka.md b/docs/content/tutorials/tutorial-kafka.md index 2f85d3cc33f..cdfcd2c5904 100644 --- a/docs/content/tutorials/tutorial-kafka.md +++ b/docs/content/tutorials/tutorial-kafka.md @@ -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