You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2018/03/14 15:46:19 UTC

[kafka] branch trunk updated: MINOR: Correct "exeption" to "exception" in connect docs (#4709)

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

jgus 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 d2bbcbe  MINOR: Correct "exeption" to "exception" in connect docs (#4709)
d2bbcbe is described below

commit d2bbcbed442d3c3c6e5351b93c93f860c144ef47
Author: Chia-Ping Tsai <ch...@gmail.com>
AuthorDate: Wed Mar 14 23:46:07 2018 +0800

    MINOR: Correct "exeption" to "exception" in connect docs (#4709)
---
 docs/connect.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/connect.html b/docs/connect.html
index d5e2fc9..baefc1b 100644
--- a/docs/connect.html
+++ b/docs/connect.html
@@ -56,7 +56,7 @@
         <li><code>offset.storage.file.filename</code> - File to store offset data in</li>
     </ul>
 
-    <p>The parameters that are configured here are intended for producers and consumers used by Kafka Connect to access the configuration, offset and status topics. For configuration of Kafka source and Kafka sink tasks, the same parameters can be used but need to be prefixed with <code>consumer.</code> and <code>producer.</code> respectively. The only parameter that is inherited from the worker configuration is <code>bootstrap.servers</code>, which in most cases will be sufficient, sinc [...]
+    <p>The parameters that are configured here are intended for producers and consumers used by Kafka Connect to access the configuration, offset and status topics. For configuration of Kafka source and Kafka sink tasks, the same parameters can be used but need to be prefixed with <code>consumer.</code> and <code>producer.</code> respectively. The only parameter that is inherited from the worker configuration is <code>bootstrap.servers</code>, which in most cases will be sufficient, sinc [...]
 
     <p>The remaining parameters are connector configuration files. You may include as many as you want, but all will execute within the same process (on different threads).</p>
 

-- 
To stop receiving notification emails like this one, please contact
jgus@apache.org.