Apache Camel Kafka Connector 0.7.0: What's New

, by ,

Apache Camel Kafka Connector 0.7.0 has just been released. This is based on the LTS release of Apache Camel 3.7.0, this means we will provide patch releases, as Camel 3.7.x is an LTS release. So what’s in this release? This release introduce bug fixes, improvements, new features and new connectors obviously New connectors The new connectors introduced in this release are the following: AtlasMap: Transforms the message using an AtlasMap transformation Kubernetes Custom Resources: Perform operations on Kubernetes Custom Resources and get notified on Deployment changes Vert.

Continue reading ❯

RELEASES

Introducing Idempotency Support in Camel Kafka Connector

, by

In the next Camel Kafka connector release (0.7.0, on vote soon) there will be a new feature: the idempotency support on both source and sink connectors. The aim of this post is giving some hints on how and when to use the idempotency feature. What is Idempotency? The Idempotent Consumer from the EIP patterns is used to filter out duplicate messages: it essentially acts like a Message Filter to filter out duplicates, as reported in the Camel documentation

Continue reading ❯

RELEASES