JONYhao created KAFKA-6472:
------------------------------
Summary: WordCount example code error
Key: KAFKA-6472
URL: https://issues.apache.org/jira/browse/KAFKA-6472
Project: Kafka
Issue Type: Bug
Components: documentation
Affects Versions: 0.11.0.2
Reporter: JONYhao
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)