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

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

mjsax commented on pull request #272:
URL: https://github.com/apache/kafka-site/pull/272#issuecomment-653828716


   Thanks for the PR @huxihx -- note, that this pages are generated from the 
JavaDocs. Thus, if we fix it, we should fix it in the source code?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Incorrect methods show up in 0.10 Kafka Streams docs
> ----------------------------------------------------
>
>                 Key: KAFKA-10222
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10222
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.10.0.0
>            Reporter: huxihx
>            Assignee: huxihx
>            Priority: Major
>
> In 0.10 Kafka Streams 
> doc([http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/streams/KafkaStreams.html]),
>  two wrong methods show up, as show below:
> _builder.from("my-input-topic").mapValue(value -> 
> value.length().toString()).to("my-output-topic");_
>  
> There is no method named `from` or `mapValues`. They should be `stream` and 
> `mapValues` respectively.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to