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:01:15 UTC

[kafka] branch trunk 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 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 5ccd3cd  KAFKA-8842: : Reading/Writing confused in Connect QuickStart Guide
5ccd3cd is described below

commit 5ccd3cd46d7144ff96271e0b579a612070acc1c4
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 01da162..0a56e00 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>