[ https://issues.apache.org/jira/browse/KAFKA-5918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Guozhang Wang resolved KAFKA-5918. ---------------------------------- Resolution: Fixed Issue resolved by pull request 3883 [https://github.com/apache/kafka/pull/3883] > Fix minor typos and errors in the Kafka Streams turotial > -------------------------------------------------------- > > Key: KAFKA-5918 > URL: https://issues.apache.org/jira/browse/KAFKA-5918 > Project: Kafka > Issue Type: Bug > Components: documentation > Reporter: Jakub Scholz > Priority: Minor > Fix For: 1.0.0 > > > 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}}) -- This message was sent by Atlassian JIRA (v6.4.14#64029)