kafka/streams
huxi d8fe204376
KAFKA-10222: Incorrect methods show up in 0.10 Kafka Streams docs (#8980)
Non-existent methods show up in the doc:
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.

Reviewers: Matthias J. Sax <matthias@confluent.io>
2020-07-07 10:46:02 -07:00
..
examples/src/main/java/org/apache/kafka/streams/examples KAFKA-3735: Dispose all RocksObejcts upon completeness 2016-06-18 11:46:41 -07:00
src KAFKA-10222: Incorrect methods show up in 0.10 Kafka Streams docs (#8980) 2020-07-07 10:46:02 -07:00