From 93c496754fbdeca19c0554a10b2bc4b055c4814e Mon Sep 17 00:00:00 2001 From: Sabby Anandan Date: Tue, 14 Nov 2017 07:05:37 -0800 Subject: [PATCH] Update quick-start to include kafka version --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 16faf4cf6..f1ee18a5b 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,7 @@ public class StreamdemoApplication { } ``` -Make sure Kafka is running when you run the application. You can use the `kafka-console-consumer.sh` utility provided by Kafka to monitor messages sent on the `output` topic. +Make sure Kafka (0.10.1.x or later) is running when you run the application. You can use the `kafka-console-consumer.sh` utility provided by Kafka to monitor messages sent on the `output` topic. {% endcapture %}