Camel K offers a wide list of operations you can execute once your Integration has been deployed (likely in a production environment). When we talk about operations, the most typical question we got is “How to monitor a Camel K Integration?”. Fortunately, we have all the ingredients needed to let you manage this operation as smooth as possible. I’ll walk you through the different tools and configuration needed in this blog post.
Continue reading ❯
CAMEL KFEATURES
The need to process larger quantities of data has been a growing concern and necessity within our community. For the last few releases we have been working to create mechanisms to simplify how our users can consume data at scale.
Although Camel is no stranger to consuming data at scale, recent trends in computing and systems architecture introduce the need for behaviors that improve agility, speed and scalability when doing so.
Continue reading ❯
FEATURESCAMEL
For Camel 3.16.0 we are removing the deprecated container-based test modules and replacing them with a new set of modules called Camel test-infra.
They continue to support container-based tests via TestContainers, however they abstract the underlying test infrastructure.
One of the great benefits for our project is that they allow us to more easily switch from container-based tests, to external instances. Previously, we would need to create a new test or implement a more complex design if we wanted to test both a container instance and an external service instance (i.
Continue reading ❯
FEATURESCAMEL
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
Camel K version 1.5 is out. And with it, a new way of providing configuration and resources to your Integration. We have worked on a deep code refactoring in order to harmonize the existing configuration settings and add new ones to exploit the power of camel-quarkus runtime, which has become the main way to materialize an Integration.
We added new features that will simplify your developer life. We also added new checks that will give you useful tips when using a feature in a wrong way.
Continue reading ❯
FEATURESCAMEL K
New Camel K Logging Features for Camel K 1.5
Continue reading ❯
FEATURESCAMEL K
The S3 Streaming upload feature will arrive on Camel 3.10.0
Continue reading ❯
FEATURESCAMEL