When NOT TO USE Event-Driven Architecture (EDA)
Learn when not to use Event-Driven Architecture (EDA), from simple CRUD apps to strong consistency, immediate responses, and operational …

Vincent Vauban
812 viewsLearn when not to use Event-Driven Architecture (EDA), from simple CRUD apps to strong consistency, immediate responses, and operational …

Graeme Robinson
2,901 viewsReactive Java is well suited to modern streaming, event driven applications. In this article, we'll walk through an example of such an …

Daniel Witkowski
3,874 viewsThe Hidden Cost of “Good Enough” Code A few weeks ago, Kirk Pepperdine published a fascinating performance challenge — a small Java code …

Vincent Vauban
6,287 viewsLearn Micrometer and Prometheus in Spring Boot by building a Kafka Burger Orders app that emits metrics. Step-by-step guide with code and …

Why is Latency so Important to Kafka? The importance of low latency in Kafka stems from the use cases it enables. Many applications that …

Vincent Vauban
6,694 viewsSpringBoot and Kafka Streams – Event Routing & Testing. Build a Kafka Streams app to validate and route Lille city tour!

Mahendra Rao B
7,160 viewsIntroduction Consider a bustling restaurant environment. The kitchen receives a flood of orders, waitstaff dart between tables, and patrons …

Muaath Bin Ali
15,117 viewsLearn about Event-Driven Architecture (EDA) and Change Data Capture (CDC), their use cases, and how they can work together. learn more

Loic Mathieu
11,631 viewsWhat makes Kestra unique amongst all the data orchestrators and how to leverage the power of the Java platform and its ecosystem to build a …

Fawaz Ghali
5,492 viewsLearn how to build a real-time application to process Wikimedia streams using Kafka and Hazelcast.