Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
klag - fast, lightweight and feature rich kafka lag exporter.
I work on KafScale, so take this with appropriate salt. But I've also spent time looking at...
I built Curve, an open-source Spring Boot library that turns 30+ lines of Kafka event publishing code...
"Redpanda looked like the holy grail — Kafka-compatible, lightning fast, no ZooKeeper, no JVM. Then...
There’s a specific kind of exhaustion that comes from running Apache Kafka in production for long...
בס"ד In modern event-driven architectures, data replay is a cornerstone mechanism for incident...
How all the pieces fit together to create a powerful streaming platform The...
Author: Kamal Sai Devarapalli Project: EventStreamMonitor Date: 2024 Repository:...
Presentation: Building Scalable Data Pipelines with Docker and Docker Compose ...
How I Built a Generic Kafka Consumer in .NET with Strategy Pattern Ever found yourself writing a...
How real-time streaming context transformed isolated AI agents into an intelligent fraud-fighting...
The Challenge: Our data processing pipeline faced continuous high-volume traffic, not just...
Table of Contents Introduction A brief overview on Avro, JSON, and Protobuf What is Confluent's...
You start a project locally. Everything runs smoothly, tests are green, and infrastructure feels...
Inspired by Anton Putra style of benchmarks (if you love graphs half as much as I do, you gotta check...
Please read the last two articles in my Kafka series before this one — this part gets serious....
Your Personal Message Delivery System Welcome to your hands-on Kafka learning journey! In...
🌟 The Moment Every Architect Faces You’ve just been promoted to Solution Architect at a large...
Many of you have been there - it’s 3 AM, your phone buzzes, and you’re staring at an alert: “Kafka...
Welcome, ladies and gentlemen, to tonight's main event! In the left corner, we have the reigning...
Learning Kafka by converting Java examples to Python - understanding producers, error handling patterns, and the poll() mechanism
Introduction Apache Kafka is a distributed streaming platform widely used for building...
A deep dive into Java Shutdown Hooks, Singleton pattern, and Thread.join() - learning how to gracefully shutdown Kafka Consumers without losing data.
TL;DR Kafka feels complicated until you stop thinking in APIs and start thinking in data flow. ...
Event‑driven architecture sounds simple on paper: “emit an event when something happens.” But once...
Kafka changed the industry by making event streaming practical at scale. Over time, people started...
Getting Started with JayNats: Zero-Copy Real-time CDC in Minutes A tutorial-style blog...
A comprehensive guide to Kafka Producer fundamentals, including async operations, callbacks, and the Sticky Partitioner behavior with hands-on examples.
My experience setting up a local Kafka 4.0 development environment with Docker and KRaft mode, understanding configuration options and making informed decisions.
End-to-End YouTube Channel Analytics Pipeline Complete Implementation...