You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2018/02/13 18:24:00 UTC

[jira] [Resolved] (KAFKA-6472) WordCount example code error

     [ https://issues.apache.org/jira/browse/KAFKA-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax resolved KAFKA-6472.
------------------------------------
    Resolution: Fixed

> WordCount example code error
> ----------------------------
>
>                 Key: KAFKA-6472
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6472
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation, streams
>    Affects Versions: 0.11.0.2
>            Reporter: JONYhao
>            Assignee: Joel Hamill
>            Priority: Trivial
>              Labels: newbie
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> This is a "(" missed in the WordCount example tutorial
> [https://kafka.apache.org/10/documentation/streams/tutorial]
> at the end of the page ,line 31
> 31   {{.to(}}{{"streams-wordcount-output"}}{{, Produced.with(Serdes.String(), Serdes.Long());}}
> {{should be }}
> {{31 }}{{.to(}}{{"streams-wordcount-output"}}{{, Produced.with(Serdes.String(), Serdes.Long()));}}{{}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)