You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2019/03/29 04:02:54 UTC

[kafka] branch trunk updated: MINOR: Streams input topic corrected (#6513)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 17f73b4  MINOR: Streams input topic corrected (#6513)
17f73b4 is described below

commit 17f73b42ad677f4c2b0d52e8d2d7be40731443e6
Author: Tcsalist <tc...@gmail.com>
AuthorDate: Fri Mar 29 05:02:41 2019 +0100

    MINOR: Streams input topic corrected (#6513)
    
    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.
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
---
 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 717fe46..c89f405 100644
--- a/docs/streams/quickstart.html
+++ b/docs/streams/quickstart.html
@@ -276,10 +276,10 @@ streams	2
 Here the last printed lines <b>kafka 2</b> and <b>streams 2</b> indicate updates to the keys <b>kafka</b> and <b>streams</b> whose counts have been incremented from <b>1</b> to <b>2</b>.
 Whenever you write further input messages to the input topic, you will observe new messages being added to the <b>streams-wordcount-output</b> 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 &lt;RETURN&gt; in the console producer to the input topic <b>streams-wordcount-input</b> before we wrap up this quickstart:
+Let's enter one final input text line "join kafka summit" and hit &lt;RETURN&gt; in the console producer to the input topic <b>streams-plaintext-input</b> before we wrap up this quickstart:
 
 <pre class="brush: bash;">
-&gt; bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-wordcount-input
+&gt; bin/kafka-console-producer.sh --broker-list localhost:9092 --topic streams-plaintext-input
 all streams lead to kafka
 hello kafka streams
 join kafka summit