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

[camel-website] branch add-kafka-connet created (now f2c756e)

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

oalsafi pushed a change to branch add-kafka-connet
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at f2c756e  add camel-kafka-connector to projects list

This branch includes the following new commits:

     new f2c756e  add camel-kafka-connector to projects list

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: add camel-kafka-connector to projects list

Posted by oa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

oalsafi pushed a commit to branch add-kafka-connet
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit f2c756ef5f5326779821579fcd93a576d03f9008
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Wed Feb 12 17:30:13 2020 +0100

    add camel-kafka-connector to projects list
---
 config.toml                               | 7 +++++++
 content/projects/camel-kafka-connector.md | 9 +++++++++
 2 files changed, 16 insertions(+)

diff --git a/config.toml b/config.toml
index b3a4888..e30f660 100644
--- a/config.toml
+++ b/config.toml
@@ -39,6 +39,13 @@ timeout = 300000
     url = "/projects/camel-quarkus/"
 
 [[menu.main]]
+    name = "Camel Kafka Connector"
+    parent = "projects"
+    weight = 3
+    identifier = "project-camel-kafka-connector"
+    url = "/projects/camel-kafka-connector/"    
+
+[[menu.main]]
     name = "Documentation"
     identifier = "docs"
     weight = 4
diff --git a/content/projects/camel-kafka-connector.md b/content/projects/camel-kafka-connector.md
new file mode 100644
index 0000000..af67831
--- /dev/null
+++ b/content/projects/camel-kafka-connector.md
@@ -0,0 +1,9 @@
+---
+title: Camel Kafka Connector
+---
+
+# Apache Camel Kafka Connector
+
+Camel Kafka Connector allows you to use all Camel [components](../../components/latest/) as [Kafka Connect](http://kafka.apache.org/documentation/#connect) connectors, which as result expands Kafka Connect compatibility to include all Camel components to be used in Kafka ecosystem.  
+
+For more information checkout the [Camel Kafka Connector manual](../../camel-kafka-connector/latest/) and join the community on the [Camel Users mailing list](../../community/mailing-list/) or chat on [Gitter chat](https://gitter.im/apache/camel-kafka-connector) and have a look at the [Camel Kafka Connector GitHub repository](https://github.com/apache/camel-kafka-connector/).