Update quick-start to include kafka version

This commit is contained in:
Sabby Anandan
2017-11-14 07:05:37 -08:00
parent d22eb6739b
commit 93c496754f

View File

@@ -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 %}