[
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)