RELEASE 3.3.0

, by

The Camel community announces the immediate availability of Camel 3.3.0, a new minor release with 149 new features, improvements and fixes. Please read our Camel 3.x upgrade guide that describes how to upgrade Camel 3.2 applications to Camel 3.3. The artifacts are published and ready for you to download from the Central Maven repository. For more details please take a look at the release notes. Many thanks to all who made this release possible.

Continue reading ❯

RELEASES

CDC with Camel and Debezium

, by

Change Data Capture (CDC) is a well-established software design pattern for a system that monitors and captures data changes, so that other software can respond to those events. Using a CDC engine like Debezium along with Camel integration framework, we can easily build data pipelines to bridge traditional data stores and new cloud-native event-driven architectures. The advantages of CDC comparing to a simple poll-based or query-based process are: All changes captured: intermediary changes (updates, deletes) between two runs of the poll loop may be missed.

Continue reading ❯

USECASES

Camel Quarkus 1.0.0-M7 Released

, by

The Apache Camel community is pleased to announce the release 1.0.0-M7 of Camel Quarkus. Camel Quarkus ports the outstanding integration capabilities of Apache Camel to Quarkus - the toolkit for writing subatomically small and supersonically fast Java, Kotlin and Scala applications. So what is new in Camel Quarkus 1.0.0-M7? Java 8 is deprecated Camel Quarkus works well on Java 11 (thanks Luca and James!). We can hardly support Java 8 without Quarkus itself supporting it.

Continue reading ❯

RELEASES