Java

Building resilient event-driven architectures with Apache Kafka
Article

A deep dive into Apache Kafka's KRaft protocol

Federico Valeri

Learn about the Apache Kafka's KRaft protocol, a consensus algorithm that ensures fault tolerance and consistency in a network of interconnected nodes.

Video Thumbnail
Video

Simplify local prototyping with Camel JBang infrastructure

Bruno Meseguer

The video demonstrates Camel JBang's infra command, showcasing how it simplifies prototyping by instantly launching backend systems like messaging brokers using Testcontainers and Docker. In this 15-minute demo, viewers will see a practical example of setting up and testing integration flows locally with minimal setup.

Building resilient event-driven architectures with Apache Kafka
Article

The hidden pitfalls of Kafka tiered storage

Federico Valeri +1

Learn how to optimize Kafka consumption from remote storage. Explore 2 critical problems, their solutions, and tuning advice for remote data consumption.

Event

Red Hat at JavaZone 2025

Headed to JavaZone2025? Visit the Red Hat Developer booth on-site to speak to our expert technologists.

Video Thumbnail
Video

Cryostat 4.0 Quarkus-native image applications

Andrew Azores

Learn how to use Cryostat 4.0’s Kubernetes API discovery configurations with Quarkus-native image applications, leveraging GraalVM's JFR and JMX observability feature support.

Video Thumbnail
Video

Cryostat 4.0 Agent Harvester

Andrew Azores

Learn about the upcoming Cryostat 4.0 release's new Agent Autoconfiguration feature implemented by the Cryostat Operator. We’ll also walk through how to instrument your JVM applications with the Cryostat Agent Harvester to capture tail-end JDK Flight Recorder (JFR) data when your application is shutting down.

Video Thumbnail
Video

From Legacy to Lightweight: Modernize Jakarta EE with EAP Provisioning

Jean Francois Denise

This video demonstrates how to evolve a simple Jakarta EE JAX-RS application to take advantage of JBoss EAP 8.1 Beta and the EAP Maven Plugin for provisioning. It walks through modifying the pom.xml to enable JBoss EAP provisioning, allowing you to:

Featured image for Java topics.
Article

Introducing Red Hat build of Cryostat 4.0

Syed M Shaaf

Learn about Cryostat 4.0, an open source, container-native JFR for Java on OpenShift, offering deeper insights and a streamlined experience for devs and SREs.

Kafka ecosystem writing code event driven
Page

Kafka, Camel, & Debezium Connectors

Open source connectors enable integrations with your local systems landscape. Explore Kafka, Camel, and Debezium connectors to connect APIs and services for event-driven application architectures (EDA).

Java + Quarkus 2
Article

How to build AI-ready applications with Quarkus

Ramy El Essawy +1

Develop AI-integrated Java applications more efficiently using Quarkus. This article covers implementing chatbots, real-time interaction, and RAG functionality.