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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33ea4ae  add camel-kafka-connector to projects list
33ea4ae is described below

commit 33ea4ae35db1a2808c60959c4874689ef375ada1
Author: Omar Al-Safi <omars...@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/).

Reply via email to