You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "huxihx (Jira)" <ji...@apache.org> on 2020/07/01 08:24:00 UTC

[jira] [Created] (KAFKA-10222) Incorrect methods show up in 0.10 Kafka Streams docs

huxihx created KAFKA-10222:
------------------------------

             Summary: 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


In 0.10 Kafka Streams [doc|http://[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)