You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jakub Scholz (JIRA)" <ji...@apache.org> on 2017/09/17 21:26:02 UTC

[jira] [Created] (KAFKA-5918) Fix minor typos and errors in the Kafka Streams turotial

Jakub Scholz created KAFKA-5918:
-----------------------------------

             Summary: 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)