Apache Camel Kafka Connector 0.1.0 Released

, by ,

The Apache Camel community is pleased to announce the first release (0.1.0) of Camel-Kafka-connector project. This release is an early opportunity for the community to try the project and share feedback about usage of the autogenerated connectors as well as features ideas and use cases for the next development iterations. The project provides a tiny integration layer between camel and kafka connect frameworks and generate one kafka connector for each existing camel component.

Continue reading ❯

RELEASES

RELEASE 2.25.1

, by

The Camel community announces the immediate availability of Camel 2.25.1, a new patch release with 14 fixes and improvements. 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. On behalf of the Camel PMC, Gregor Zurowski

Continue reading ❯

RELEASES

How to quickly run 100 Camels with Apache Camel, Quarkus and GraalVM

, by

Today I continue me practice on youtube and recorded a 10 minute video on creating a new Camel and Quarkus project that includes Rest and HTTP services with health checks and metrics out of the box. Then comparing the memory usage of running the example in JVM mode vs native compiled with GraalVM. Then showing for the finale how to quickly run 100 instances of the example each on their own TCP port and how quick Camel are to startup and service the first requests faster than you can type and click.

Continue reading ❯

VIDEOS