Tag: java
All the articles with the tag "java".
-
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.
-
Java Reactive Programming: Project Reactor Internals vs. Virtual Threads
A deep dive comparing Project Reactor's non-blocking EventLoop pipeline with Java 21's Virtual Threads (Project Loom) memory mounting mechanics.
-
Deep Dive: Building a Distributed Message Broker from Scratch
Designing and implementing a Mini-Kafka message broker from scratch in Java, covering sequential I/O storage, consumer offset tracking, partitioning strategies, and Raft consensus.