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

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

commit d19ff553dcab39961c4ba54894dc4208f36df755
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 28 08:43:53 2020 +0200

    Added a blog post for camel-kafka-connector release 0.1.0
---
 .../camel-featured.jpg                              | Bin 0 -> 122153 bytes
 .../Camel-Kafka-connector-release-0.1.0/index.md    |  20 ++++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git 
a/content/blog/Camel-Kafka-connector-release-0.1.0/camel-featured.jpg 
b/content/blog/Camel-Kafka-connector-release-0.1.0/camel-featured.jpg
new file mode 100644
index 0000000..89bdcff
Binary files /dev/null and 
b/content/blog/Camel-Kafka-connector-release-0.1.0/camel-featured.jpg differ
diff --git a/content/blog/Camel-Kafka-connector-release-0.1.0/index.md 
b/content/blog/Camel-Kafka-connector-release-0.1.0/index.md
new file mode 100644
index 0000000..fe083ff
--- /dev/null
+++ b/content/blog/Camel-Kafka-connector-release-0.1.0/index.md
@@ -0,0 +1,20 @@
+---
+title: "Apache Camel Kafka Connector 0.1.0 Released"
+date: 2019-12-14
+authors: ["oscerd","valdar"]
+categories: ["Releases"]
+preview: Camel-Kafka-connector release 0.1.0
+---
+
+The Apache Camel community is pleased to announce the first release (0.1.0) of 
Camel-Kafka-connector project.
+
+This release is an early opportunity for the community to try the project and 
share feedback about usage of the autogenerated connectors as well as features 
ideas and use cases for the next development iterations.
+
+The project provides a tiny integration layer between camel and kafka connect 
frameworks and generate one kafka connector for each existing camel component. 
In doing so ensures that the minimal set of dependencies is used leveraging the 
modularity of camel 3.x by depending on camel-core-engine.
+The generated kafka connectors can be used just by configuring them through a 
property file thanks to main property binding support introduced in camel 3.x.
+
+In the coming days we will provide a short demo as a Youtube video showing how 
to use the connectors in a simple scenario.
+Follow us for more information, tutorials and more blog posts will follow!
+
+
+

Reply via email to