Latest from the Blog

Decoupling your Camel K Enterprise Integrations with the Knative Event Mesh
In the previous blog post, we defined more than one business logic in a single integration. There are multiple drawbacks to this type of approach : It makes the process synchronous, the last part of the Integration is sending CSV files to S3 one by one The Integration yaml definition is heavy It makes harder … Continue reading Decoupling your Camel K Enterprise Integrations with the Knative Event Mesh

Taking Apache Camel for a ride on Kubernetes
Apache Camel is Java Framework which simplifies the life of developers when it comes to integration ( be it data or systems ). It is a fairly mature and robust project, heavily based on the Enterprise Integration Patterns and with a beautiful DSL. It also has a very wide (300+) list of ready connectors. The … Continue reading Taking Apache Camel for a ride on Kubernetes

An introduction to Spring Cloud Function
Spring Cloud Function is a project which helps developers bring the power of Spring Boot features (auto-configure, metrics, ..) on Serverless platforms, but not only. More importantly, it abstracts all the details concerning the infrastructure, the transport and the provider. The following function : can be exposed as an http endpoint, a message consumer or … Continue reading An introduction to Spring Cloud Function