Tag: kafka
All the articles with the tag "kafka".
-
Apache Kafka on Kubernetes with Strimzi: A Complete Beginner-to-Pro Guide
A comprehensive, beginner-friendly guide to running Apache Kafka on Kubernetes using the Strimzi Operator—covering CRDs, architecture, network listeners, ACL security, and production best practices.
-
Building a Mini-Kafka from Scratch in Java: Step-by-Step Learning Notes
A step-by-step educational guide on implementing a distributed commit log (Mini-Kafka) in Java, covering data storage, TCP networking, client-side semantic partitioning, and consumer offset design decisions.
-
Consumer lag in Kafka
Common issue in kafka
-
Consumer group in kafka
Basics of kafka consumer groups