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 2021/02/09 14:43:12 UTC

[camel-kafka-connector] branch camel-master updated: Improve description of connector in documentation

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

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


The following commit(s) were added to refs/heads/camel-master by this push:
     new 0d9e5c7  Improve description of connector in documentation
0d9e5c7 is described below

commit 0d9e5c7f75f5fae37ca16ace2469ef4a0237ab06
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 9 13:55:49 2021 +0100

    Improve description of connector in documentation
---
 .../src/main/resources/camel-kafka-connector-sink-options.mvel          | 2 ++
 .../src/main/resources/camel-kafka-connector-source-options.mvel        | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-sink-options.mvel b/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-sink-options.mvel
index aa77a97..e41cd97 100644
--- a/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-sink-options.mvel
+++ b/tooling/camel-kafka-connector-generator-maven-plugin/src/main/resources/camel-kafka-connector-sink-options.mvel
@@ -1,6 +1,8 @@
 [[@{title}-kafka-connector-sink]]
 = @{title}-kafka-connector sink configuration
 
+Connector Description: @{description}
+
 When using @{title}-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:
 
 [source,xml]
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 735461e..572dfe4 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
@@ -1,6 +1,8 @@
 [[@{title}-kafka-connector-source]]
 = @{title}-kafka-connector source configuration
 
+Connector description: @{description}
+
 When using @{title}-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
 
 [source,xml]