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:04:05 UTC

[kafka] branch 2.5 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.5
in repository https://gitbox.apache.org/repos/asf/kafka.git


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

commit 6b7940d3d863dfa72c577d9133f0a45d931587b5
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>