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

[camel-website] branch ckc-0.5.0 created (now b30fa16)

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

acosentino pushed a change to branch ckc-0.5.0
in repository https://gitbox.apache.org/repos/asf/camel-website.git.


      at b30fa16  Added blog post for Camel-Kafka-connector 0.5.0

This branch includes the following new commits:

     new b30fa16  Added blog post for Camel-Kafka-connector 0.5.0

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: Added blog post for Camel-Kafka-connector 0.5.0

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

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

commit b30fa167953d7960a729dc48dc86d715367d7015
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 11 18:11:36 2020 +0200

    Added blog post for Camel-Kafka-connector 0.5.0
---
 .../featured.png                                   | Bin 0 -> 3975989 bytes
 .../09/Camel-kafka-connector-050-Whatsnew/index.md |  60 +++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/featured.png b/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/featured.png
new file mode 100644
index 0000000..e5077f5
Binary files /dev/null and b/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/featured.png differ
diff --git a/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md b/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md
new file mode 100644
index 0000000..6285ffc
--- /dev/null
+++ b/content/blog/2020/09/Camel-kafka-connector-050-Whatsnew/index.md
@@ -0,0 +1,60 @@
+---
+title: "Apache Camel Kafka Connector 0.5.0: What's New"
+date: 2020-09-14
+authors: [oscerd, valdar]
+categories: ["Releases"]
+preview: Details of what we have done in the Camel Kafka Connector 0.5.0 release.
+---
+
+Apache Camel Kafka Connector 0.5.0 has just been released.
+
+This is based on the non-LTS release of Apache Camel 3.5.0, this means we will not provide patch releases, but use the release _as-is_.
+
+
+## So what's in this release?
+
+This release introduce bug fixes, improvements and new connectors obviously
+
+### New connectors
+
+The new connectors introduced in this release are the following:
+
+- ArangoDB: Perform operations on ArangoDb when used as a Document Database, or as a Graph Database.
+- AWS2-STS: Manage AWS STS cluster instances using AWS SDK version 2.x.
+- Azure Eventhubs: The azure-eventhubs component which integrates Azure Event Hubs using AMQP protocol.
+- JSonata: JSON to JSON transformation using JSONATA.
+- Minio: Store and retrieve objects from Minio Storage Service using Minio SDK.
+- OAI-PMH: Harvest metadata using OAI-PMH protocol.
+- Vert.x HTTP Client: Camel HTTP client support with Vert.x.
+- Vert.x WebSocket: Camel WebSocket support with Vert.x.
+
+### Support for multiple topics from the source side
+
+Users are now able to specify multiple topics as target for the source connector configuration.
+This field needs a comma-separated list of topics.
+
+### Documentation
+
+The documentation of each connector (source/sink or both) now contains reference to the following information
+
+- Explicit connector class to be used
+- Converters list available in the connector as out of the box solutions
+- Transformers list available in the connector as out of the box solutions
+- Aggregation Strategies list available in the connector as out of the box solutions
+
+On the Archetypes side: the archetype provided to extend the current connectors is now able to use a parameter to specify what connector you want to extend.
+More information available at [Camel-Kafka-connector archetype documentation](https://camel.apache.org/camel-kafka-connector/latest/archetypes.html).
+
+We added also a troubleshooting section in our documentation, to be able to debug and use the connectors in the best way possible.
+
+### Improved performance
+
+Thanks to our users we found out we could improve the performance of Source connectors: more details at https://github.com/apache/camel-kafka-connector/issues/414
+
+### Examples
+
+We added a bunch of new examples to the [camel-kafka-connector-examples repository](https://github.com/apache/camel-kafka-connector-examples)
+
+### What to expect
+
+We are already working on the next release based on the upcoming 3.6.0 Camel release: we'll add new connectors, we'll improve the user experience and we'll focus on improving the codebase and introducing new features.