You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/27 16:25:06 UTC

[camel-kafka-connector] 01/02: Fixed documentation for sink and source transforms/converters/aggregation strategies

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

acosentino pushed a commit to branch fix-docs-link
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 9caf1603b32fd6c567054b3b5de0e3963e8dfc53
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 27 17:09:54 2020 +0100

    Fixed documentation for sink and source transforms/converters/aggregation strategies
---
 .../main/resources/camel-kafka-connector-source-options.mvel | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-source-options.mvel b/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-source-options.mvel
index b34affe..735461e 100644
--- a/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-source-options.mvel
+++ b/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-source-options.mvel
@@ -35,9 +35,9 @@ The @{title} source connector supports @{options.size()} options, which are list
 @end{}
 
 @if{converters.isEmpty()}
-The @{title} sink connector has no converters out of the box.
+The @{title} source connector has no converters out of the box.
 @else{}
-The @{title} sink connector supports @{converters.size()} converters out of the box, which are listed below.
+The @{title} source connector supports @{converters.size()} converters out of the box, which are listed below.
 @end{}
 
 @if{!converters.isEmpty()}
@@ -50,9 +50,9 @@ The @{title} sink connector supports @{converters.size()} converters out of the
 @end{}
 
 @if{transforms.isEmpty()}
-The @{title} sink connector has no transforms out of the box.
+The @{title} source connector has no transforms out of the box.
 @else{}
-The @{title} sink connector supports @{converters.size()} transforms out of the box, which are listed below.
+The @{title} source connector supports @{converters.size()} transforms out of the box, which are listed below.
 @end{}
 
 @if{!transforms.isEmpty()}
@@ -65,9 +65,9 @@ The @{title} sink connector supports @{converters.size()} transforms out of the
 @end{}
 
 @if{aggregationStrategies.isEmpty()}
-The @{title} sink connector has no aggregation strategies out of the box.
+The @{title} source connector has no aggregation strategies out of the box.
 @else{}
-The @{title} sink connector supports @{aggregationStrategies.size()} aggregation strategies out of the box, which are listed below.
+The @{title} source connector supports @{aggregationStrategies.size()} aggregation strategies out of the box, which are listed below.
 @end{}
 
 @if{!aggregationStrategies.isEmpty()}