We recently started to review, investigate and fix reliability issues with the Kafka component. As part of that, we refactored the code to avoid problematic concurrency patterns, remove calls to deprecated Kafka client code and simplify the overall maintainability of the code. This led to many changes in the internal implementation of the component, which we will talk about in this blog post.
Motivation The ground work related to these changes can be traced back to the following set of issues reported on our Jira.
Continue reading ❯
FEATURESCAMEL
Bringing the world of Java scripting to Camel
Continue reading ❯
FEATURESCAMEL
The S3 Streaming upload feature will arrive on Camel 3.10.0
Continue reading ❯
FEATURESCAMEL
We’re happy to announce that our little caravan has been enriched by two new committers. The Camel project warmly welcomes Jiri Ondrusek and Jeremy Ross.
Jiri Ondrusek’s has been contributing to Camel, Camel Spring Boot, and Camel Quarkus for a while now, and Jeremy Ross has been doing stellar work on the Salesforce component, his expertise in Salesforce will help us keep up with frequent changes made on that platform.
Continue reading ❯
CAMELCOMMITTERS
In Camel 3.6.0 we will introduce the camel-aws2-eventbridge among others new cool components. The aim of this blog post is showing what you can do with the Eventbridge AWS Service and the related camel component.
What is AWS Eventbridge? The definition from the AWS official website is the following:
Amazon EventBridge is a serverless event bus that makes it easy to connect applications together using data from your own applications, integrated Software-as-a-Service (SaaS) applications, and AWS services.
Continue reading ❯
CAMEL