Camel Quarkus Configuration Tips
, by Alexandre GalliceSome tips related to configuration in Camel Quarkus
Some tips related to configuration in Camel Quarkus
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.
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