This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch ckc-0.4.0 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit ea0ac611baf57774df8b4322a48fc8d4ef0ca97b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 6 07:15:52 2020 +0200 Added blog post about ckc 0.4.0 release --- .../featured.jpg | Bin 0 -> 145418 bytes .../Camel-kafka-connector-0.4.0-RELEASE/index.md | 23 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/content/blog/2020/08/Camel-kafka-connector-0.4.0-RELEASE/featured.jpg b/content/blog/2020/08/Camel-kafka-connector-0.4.0-RELEASE/featured.jpg new file mode 100644 index 0000000..1e5ee53 Binary files /dev/null and b/content/blog/2020/08/Camel-kafka-connector-0.4.0-RELEASE/featured.jpg differ diff --git a/content/blog/2020/08/Camel-kafka-connector-0.4.0-RELEASE/index.md b/content/blog/2020/08/Camel-kafka-connector-0.4.0-RELEASE/index.md new file mode 100644 index 0000000..7efbc2a --- /dev/null +++ b/content/blog/2020/08/Camel-kafka-connector-0.4.0-RELEASE/index.md @@ -0,0 +1,23 @@ +--- +title: "Camel at ApacheCon @Home 2020" +date: 2020-07-01 +authors: [oscerd, valdar] +categories: ["Releases"] +preview: "Camel Kafka Connector 0.4.0 Released" +draft: false +--- + +We recently released camel-kafka-connector 0.4.0. This is the first release of the latest project in the Camel’s ecosystem, based on an [LTS camel release](https://camel.apache.org/blog/2020/03/LTS-Release-Schedule/). + + * The main features of this release are: + * Introduction of aggregation support + * Introduction of marshalling and unmarshalling support on both sink and source connectors + * Upgrade to the latest Apache Camel release 3.4.2 + * Addition of new examples in the camel-kafka-connector-examples repository + * Integration tests added for HDFS (sink), Cassandra/CQL (source), Slack (Source), JDBC (sink) and MongoDB (sink/source). + +This project is still under heavy development but we are already at a good point in stabilizing the codebase. Expect new features and improvements in the next releases! + +If you want to see it in action here a link to a recorded demo: https://youtu.be/7Co2AN_AoM4 + +