You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by kk...@apache.org on 2020/03/22 05:05:29 UTC

[kafka] branch 2.4 updated: KAFKA-8842: : Reading/Writing confused in Connect QuickStart Guide

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

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


The following commit(s) were added to refs/heads/2.4 by this push:
     new 7c2edd7  KAFKA-8842: : Reading/Writing confused in Connect QuickStart Guide
7c2edd7 is described below

commit 7c2edd746a819313228ba75722790224c2e188e1
Author: Alaa Zbair <54...@users.noreply.github.com>
AuthorDate: Sun Mar 22 06:00:33 2020 +0100

    KAFKA-8842: : Reading/Writing confused in Connect QuickStart Guide
    
    In step 7 of the QuickStart guide, "Writing data from the console and writing it back to the console" should be "Reading data from the console and writing it back to the console".
    
    Co-authored-by: Alaa Zbair <al...@grenoble-inp.org>
    
    Reviewer: Konstantine Karantasis <ko...@confluent.io>
---
 docs/quickstart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quickstart.html b/docs/quickstart.html
index b9e0c7c..168c480 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -211,7 +211,7 @@ my test message 2
 
 <h4><a id="quickstart_kafkaconnect" href="#quickstart_kafkaconnect">Step 7: Use Kafka Connect to import/export data</a></h4>
 
-<p>Writing data from the console and writing it back to the console is a convenient place to start, but you'll probably want
+<p>Reading data from the console and writing it back to the console is a convenient place to start, but you'll probably want
 to use data from other sources or export data from Kafka to other systems. For many systems, instead of writing custom
 integration code you can use Kafka Connect to import or export data.</p>