[ https://issues.apache.org/jira/browse/KAFKA-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bill Bejeck resolved KAFKA-8198. -------------------------------- Resolution: Fixed > KStreams testing docs use non-existent method "pipe" > ---------------------------------------------------- > > Key: KAFKA-8198 > URL: https://issues.apache.org/jira/browse/KAFKA-8198 > Project: Kafka > Issue Type: Bug > Components: documentation, streams > Affects Versions: 1.1.1, 2.0.1, 2.2.0, 2.1.1 > Reporter: Michael Drogalis > Assignee: Slim Ouertani > Priority: Minor > Labels: documentation, newbie > > In [the testing docs for > KStreams|https://kafka.apache.org/20/documentation/streams/developer-guide/testing.html], > we use the following code snippet: > {code:java} > ConsumerRecordFactory<String, Integer> factory = new > ConsumerRecordFactory<>("input-topic", new StringSerializer(), new > IntegerSerializer()); > testDriver.pipe(factory.create("key", 42L)); > {code} > We should correct the docs to use the pipeInput method. -- This message was sent by Atlassian JIRA (v7.6.14#76016)