Igor De Souza

@igfasouza
8 Followers
25 Following
592 Posts
Software Engineer in a Data Engineer team 🇧🇷🇮🇪 Views are my own
•Java •Kafka •Raspberry PI •Maker
Say Goodbye to ZooKeeper

Automated, Zero-Downtime KRaft Migrations Now Available on Aiven

Aiven

Spring for Apache Kafka 4.1.0-M2, 4.0.4, and 3.3.14 Available

#apachekafka

https://spring.io/blog/2026/03/17/spring-kafka-4

Spring for Apache Kafka 4.1.0-M2, 4.0.4, and 3.3.14 Available

Level up your Java code and explore what Spring can do for you.

Spring for Apache Kafka 4.1.0-M2, 4.0.4, and 3.3.14 Available
Kafka Isn’t a Database, But We Gave It a Query Engine Anyway

With WarpStream Events, there is no more wrangling multiple tools. Get built-in observability without any additional infrastructure.

Automate test and failure analysis via streams for Apache Kafka | Red Hat Developer

Explore an automated, event-driven solution using streams for Apache Kafka, Debezium CDC, and Quarkus with SmallRye Reactive Messaging to sync failure analysis

Red Hat Developer

IBM Completes Acquisition of Confluent, Making Real Time Data the Engine of Enterprise AI and Agents

#apachekafka

https://newsroom.ibm.com/2026-03-17-ibm-completes-acquisition-of-confluent,-making-real-time-data-the-engine-of-enterprise-ai-and-agents

IBM Completes Acquisition of Confluent, Making Real Time Data the Engine of Enterprise AI and Agents

IBM and Confluent deliver a smart data platform that gives every AI model, agent, and automated workflow the real-time, trusted data needed to operate across on-premises and hybrid cloud environments at scale.

IBM Newsroom

How to Set Up a Kafka Cluster with KRaft Architecture (Step-by-Step)

#apachekafka

https://dataverses.io/resources/blog/setting-up-kafka-cluster-with-kraft

How to Set Up a Kafka Cluster with KRaft Architecture (Step-by-Step)

ZooKeeper is deprecated and on its way out. Learn how to spin up a 3-node Kafka KRaft cluster using Docker Compose — no Java installs, no systemd units, no external dependencies.

Dataverses

Dead Letter Topic #01

#apachekafka

Interesting resources from the broader event streaming and real-time data ecosystem.

https://topicigor.substack.com/p/dead-letter-topic-01

Kafka, Disk, Tiered Storage — and the Rise of Diskless Streaming Architectures

Understanding Kafka’s evolution beyond its original architecture

Medium
Kafka vs Flink vs Spark Streaming: What Nobody Tells You Before You Pick One

You’re comparing three things that aren’t the same thing. That’s the first problem. Kafka is a messaging backbone. Flink is a stream…

Medium

From Batch to Real‑Time: Mastering Event‑Driven Architectures with Apache Kafka

#apachekafka

https://martinuke0.github.io/posts/2026-03-12-from-batch-to-realtime-mastering-eventdriven-architectures-with-apache-kafka/

From Batch to Real‑Time: Mastering Event‑Driven Architectures with Apache Kafka

Introduction For decades, enterprises have relied on batch jobs to move, transform, and analyze data. Nightly ETL pipelines, scheduled reports, and periodic data warehouses have been the backbone of decision‑making. Yet the business landscape is changing: customers expect instant feedback, fraud detection must happen in milliseconds, and Internet‑of‑Things (IoT) devices generate a continuous flood of events. Enter event‑driven architecture (EDA)—a paradigm where systems react to streams of immutable events as they happen. At the heart of modern EDA is Apache Kafka, a distributed log that can ingest billions of events per day, guarantee ordering per partition, and provide durable storage for as long as you need.

martinuke0's Blog