Red Hat build of Apache Camel

Streams for Apache Kafka_share image
Product Sub Page

Download Streams for Apache Kafka

Download Streams for Apache Kafka, a scalable data streaming platform based on Kafka and Strimzi. Get binary downloads now.

Red Hat Integration
Product Page

Red Hat Integration

Flexible integration products to connect your applications across hybrid

Featured image for ML with OpenShift
Article

Implement AI-driven edge to core data pipelines

Bruno Meseguer

The Edge to Core Pipeline Pattern automates a continuous cycle for releasing and deploying new AI/ML models using Red Hat build of Apache Camel and more.

Developer Sandbox
Article

6 tutorials for modern app development

Jaya Christina Baskaran

Explore hands-on tutorials for developers who want to learn about application and API connectivity, data transformation, real-time messaging, and data streaming.

Best of 2022 image
Article

Top cloud and app services resources of 2022

Heiker Medina

In our roundup of the best content about Red Hat's cloud and app services, we highlight some of the most popular stories of the past year.

featured image: Camel K for developers serverless openshift or kubernetes
Article

Event-driven serverless applications with Camel K

Nicola Ferraro +2

In this DevNation Tech Talk, we show how Camel K works and connects to (almost) anything using integration patterns and Apache Camel's 300+ components.

Apache Camel
Article

Camel Clustered File Ingestion with JDBC and Spring

Mary Cochran

Reading a file is a common use for Apache Camel. From using a file to kick off a larger route to simply needing to store the file content, the ability to only read a file once is important. This is easy when you have a single server with your route deployed, but what about when you deploy your route to multiple servers. Thankfully, Camel has the concept of an Idempotent Consumer. A useful way to implement this is with an...