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 ❯

RELEASESCAMEL-KAFKA-CONNECTOR

Apache Camel 3.7 What's New

, by

Apache Camel 3.7 LTS has just been released. This is a LTS release which means we will provide patch releases for one year. The next planned LTS release is 3.10 scheduled towards summer 2021. So what’s in this release This release introduces a set of new features and noticeable improvements that we will cover in this blog post. Pre compiled languages We continued our avenue of making Camel faster and smaller.

Continue reading ❯

RELEASES