This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 55927bf  Kafka version is updated (#6835)
55927bf is described below

commit 55927bf8e3b60e4aa48aa90f0eee2be92b6d57eb
Author: Furkan KAMACI <furkankam...@gmail.com>
AuthorDate: Fri Jan 11 04:58:40 2019 +0300

    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 505481f..c6ce8c6 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:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to