From cfabb68f7302b561de314309ddd6d53dd74d6fb6 Mon Sep 17 00:00:00 2001 From: Tcsalist Date: Thu, 28 Mar 2019 08:35:14 +0100 Subject: [PATCH] streams input topic corrected Though out the tutorial, the name of the input topic that was created is `streams-plaintext-input`. However, this was mistaken at some point in the tutorial and changed to `streams-wordcount-input`. This patch is to adjust that. Thanks. --- docs/streams/quickstart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/streams/quickstart.html b/docs/streams/quickstart.html index 717fe4699c62e..c89f4054ae2dc 100644 --- a/docs/streams/quickstart.html +++ b/docs/streams/quickstart.html @@ -276,10 +276,10 @@

Step 5 Here the last printed lines kafka 2 and streams 2 indicate updates to the keys kafka and streams whose counts have been incremented from 1 to 2. Whenever you write further input messages to the input topic, you will observe new messages being added to the streams-wordcount-output topic, representing the most recent word counts as computed by the WordCount application. -Let's enter one final input text line "join kafka summit" and hit <RETURN> in the console producer to the input topic streams-wordcount-input before we wrap up this quickstart: +Let's enter one final input text line "join kafka summit" and hit <RETURN> in the console producer to the input topic streams-plaintext-input before we wrap up this quickstart:
-> bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-wordcount-input
+> bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-plaintext-input
 all streams lead to kafka
 hello kafka streams
 join kafka summit