Articles by Tag #kafka

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

S3-Native Kafka Alternatives: What's Actually Different

I work on KafScale, so take this with appropriate salt. But I've also spent time looking at...

Learn More 0 0Jan 2

Redpanda in Production: 3 Traps I Fell Into (and How to Avoid Them)

"Redpanda looked like the holy grail — Kafka-compatible, lightning fast, no ZooKeeper, no JVM. Then...

Learn More 0 0Oct 22 '25

We Migrated From Kafka to Redpanda — What Actually Happened

There’s a specific kind of exhaustion that comes from running Apache Kafka in production for long...

Learn More 0 0Nov 29 '25

How to Guarantee True Ordering in Complex Kafka Replays: Solving the Determinism Nightmare

בס"ד In modern event-driven architectures, data replay is a cornerstone mechanism for incident...

Learn More 8 0Dec 10 '25

Understanding Kafka Architecture - The Complete Mental Model 🧠

How all the pieces fit together to create a powerful streaming platform The...

Learn More 2 0Nov 17 '25

Presentation: Building Scalable Data Pipelines with Docker and Docker Compose

Presentation: Building Scalable Data Pipelines with Docker and Docker Compose ...

Learn More 3 0Oct 15 '25

Common Challenges in Integrating Redis and Kafka for Real-Time Microservices Monitoring

Author: Kamal Sai Devarapalli Project: EventStreamMonitor Date: 2024 Repository:...

Learn More 0 1Dec 24 '25

Stop Writing a Kafka Consumer for Every Topic – Make It Generic in .NET

How I Built a Generic Kafka Consumer in .NET with Strategy Pattern Ever found yourself writing a...

Learn More 1 0Dec 10 '25

Understanding Kafka Complete Architecture Flow - Advanced🎯

Please read the last two articles in my Kafka series before this one — this part gets serious....

Learn More 2 0Nov 19 '25

Kubernetes Scaling with KEDA: Zero-Loss Data Processing at Scale

The Challenge: Our data processing pipeline faced continuous high-volume traffic, not just...

Learn More 0 1Oct 19 '25

How Software Architects Choose the Right Technology Stack

🌟 The Moment Every Architect Faces You’ve just been promoted to Solution Architect at a large...

Learn More 1 0Oct 26 '25

Kafka Streams Make AI Agents Fraud Detection Smarter

How real-time streaming context transformed isolated AI agents into an intelligent fraud-fighting...

Learn More 0 0Oct 28 '25

Good Things (Compression) Take Time!

Inspired by Anton Putra style of benchmarks (if you love graphs half as much as I do, you gotta check...

Learn More 1 0Oct 29 '25

Demystifying Confluent's Schema Registry Wire Format

Table of Contents Introduction A brief overview on Avro, JSON, and Protobuf What is Confluent's...

Learn More 0 0Nov 9 '25

🎯 Apache Kafka Single-Node Practice Guide

Your Personal Message Delivery System Welcome to your hands-on Kafka learning journey! In...

Learn More 1 0Nov 21 '25

Data Processing Does Not Belong in the Message Broker

Kafka changed the industry by making event streaming practical at scale. Over time, people started...

Learn More 0 0Dec 29 '25

When Kafka Goes Kaiju: Building Monster-Scale Streaming Architectures

🔥 Kafka: The Event Backbone Behind Real-Time Systems In every modern distributed system,...

Learn More 0 0Nov 29 '25

Kafka Consumer Health Checks: Why Progress Beats Lag

Many of you have been there - it’s 3 AM, your phone buzzes, and you’re staring at an alert: “Kafka...

Learn More 0 0Dec 16 '25

From AWS Kinesis to Apache Kafka: Building a Real-Time Streaming Bridge

Introduction: In one of my recent projects, I needed to replicate data from an AWS Kinesis...

Learn More 1 0Nov 27 '25

Kafka | everything you need to get started

Decoding Kafka: The Architectural Shift to Scalable, Decoupled Systems Apache Kafka is one...

Learn More 0 0Oct 13 '25

Learning Apache Kafka with Python - Part 1: Producers

Learning Kafka by converting Java examples to Python - understanding producers, error handling patterns, and the poll() mechanism

Learn More 0 0Jan 2

ECS, Lambda, or EC2? How Hexagonal Architecture Made the Choice Irrelevant

You start a project locally. Everything runs smoothly, tests are green, and infrastructure feels...

Learn More 0 0Dec 22 '25

🧠 Kafka Broker vs Controller - Complete Guide

Understanding the Two Critical Roles in Kafka's Architecture The Big Picture In...

Learn More 1 0Nov 18 '25

Apache Kafka Explained: A Clear Mental Model for Event-Driven Systems

TL;DR Kafka feels complicated until you stop thinking in APIs and start thinking in data flow. ...

Learn More 0 0Dec 25 '25

End-to-End YouTube Channel Analytics Pipeline

End-to-End YouTube Channel Analytics Pipeline Complete Implementation...

Learn More 1 0Oct 10 '25

Making Kafka 7,658x slower for the Lulz

Welcome, ladies and gentlemen, to tonight's main event! In the left corner, we have the reigning...

Learn More 0 0Oct 11 '25

Building a Clean Event Pipeline in Spring: From Simple Events to Async Listeners to the Outbox Pattern

Event‑driven architecture sounds simple on paper: “emit an event when something happens.” But once...

Learn More 0 0Jan 3

Understanding Kafka Producer: From Basics to Sticky Partitioner

A comprehensive guide to Kafka Producer fundamentals, including async operations, callbacks, and the Sticky Partitioner behavior with hands-on examples.

Learn More 0 0Dec 21 '25

Setting Up Kafka 4.0 Locally with Docker: A Learning Journey

My experience setting up a local Kafka 4.0 development environment with Docker and KRaft mode, understanding configuration options and making informed decisions.

Learn More 0 0Dec 23 '25

Kafka Consumer Rebalancing: From Stop-the-World to Cooperative Protocol

Understanding Kafka consumer group rebalancing strategies and how Cooperative Sticky Assignor minimizes disruption during scaling events.

Learn More 0 0Jan 4