kafka/docs/streams
Jakub Scholz a64fe2ed88 KAFKA-5918: Fix minor typos and errors in the Kafka Streams turotial
I found several minor issues with the Kafka Streams tutorial:
* Some typos
  * "As shown above, it illustrate that the constructed ..." instead of "As shown above, it illustrate_s_ that the constructed ..."
  * "same as Pipe.java below" instead of "same as Pipe.java _above_"
  * Wrong class name in the `LineSplit` example
* Incorrect imports for the code examples
  * Missing `import org.apache.kafka.streams.kstream.KStream;` in `LineSplit` and `WordCount` example
* Unnecessary (and potentially confusing) split by whitespaces in the `WorkCount` class (the split into words happened already in `LineSplit`)

Author: Jakub Scholz <www@scholzj.com>

Reviewers: Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>

Closes #3883 from scholzj/stream-tutorial-typos
2017-09-19 07:58:06 +08:00
..
architecture.html MINOR: Add Streams landing page 2017-07-21 19:16:14 -07:00
core-concepts.html MINOR: doc changes for KIP-138 2017-08-30 09:45:16 -07:00
developer-guide.html KAFKA-5852: Add filter, filterNot, mapValues and Materialized to KTable 2017-09-08 14:01:58 -07:00
index.html MINOR: Un-hide the tutorial buttons on web docs 2017-09-13 13:12:09 -07:00
quickstart.html KAFKA-5727: Add Streams quickstart tutorial as an archetype project 2017-08-11 12:19:28 -07:00
tutorial.html KAFKA-5918: Fix minor typos and errors in the Kafka Streams turotial 2017-09-19 07:58:06 +08:00
upgrade-guide.html KAFKA-5815; add Printed class and KStream#print(printed) 2017-09-08 18:22:04 +01:00