You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/07 01:08:00 UTC

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

    [ https://issues.apache.org/jira/browse/KAFKA-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16354816#comment-16354816 ] 

ASF GitHub Bot commented on KAFKA-6472:
---------------------------------------

joel-hamill opened a new pull request #4538: KAFKA-6472 - Fix WordCount example code error
URL: https://github.com/apache/kafka/pull/4538
 
 
   https://issues.apache.org/jira/browse/KAFKA-6472
   
   CC: @guozhangwang 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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