Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-10222

Incorrect methods show up in 0.10 Kafka Streams docs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.10.0.0
    • None
    • documentation
    • None

    Description

      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.

       

       

      Attachments

        Issue Links

          Activity

            People

              huxi_2b huxihx
              huxi_2b huxihx
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: