This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 377813f3da12dc2e51207ab57396257bd4291ba8 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Dec 16 14:29:00 2019 +0100 Fix blog to not say last but latest instead. --- content/blog/Camel-Kafka-connector-intro/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/Camel-Kafka-connector-intro/index.md b/content/blog/Camel-Kafka-connector-intro/index.md index 03da867..c3bdeab 100644 --- a/content/blog/Camel-Kafka-connector-intro/index.md +++ b/content/blog/Camel-Kafka-connector-intro/index.md @@ -1,12 +1,12 @@ --- -title: "Apache Camel Kafka Connector: Introducing the last project in the ecosystem" +title: "Apache Camel Kafka Connector: Introducing the latest project in the ecosystem" date: 2019-12-14 author: Andrea Cosentino -categories: ["Apache"] +categories: ["Roadmap"] preview: Introducing Camel-Kafka-connector --- -In the last weeks the Apache Camel community introduced a new subproject in the ecosystem: Camel-Kafka-Connector. This project born as a PoC exploring the possibility of leveraging the Apache Camel components as Kafka source and sink connectors. +The Apache Camel community introduces a new subproject in the ecosystem: Camel-Kafka-Connector. This project born as a PoC exploring the possibility of leveraging the Apache Camel components as Kafka source and sink connectors. The main idea behind the project is reusing the Camel Components' flexibility in a simple way, through a configuration file mixing Kafka Connect configuration and Camel route definitions and options. ### What is Kafka Connect?