Tag: #zookeeper
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 7 posts
Distributed Consensus Deep Dive — Paxos, Raft, ZAB, FLP, etcd, ZooKeeper, KRaft, BFT, CRDT (2025)
Why is it hard for a distributed system to merely "agree"? The shock of the FLP impossibility result, Lamport's Paxos and its infamous unintelligibility, how Raft changed the landscape, ZooKeeper's ZAB, the birth of KRaf
2026-04-15 · 15 min read #distributed-systems#consensus#paxos#raft#etcdDistributed Locks Complete Guide 2025: Redlock, Zookeeper, etcd, Fencing Token, Safe Implementation
Everything about distributed locks! Why it is hard, single Redis lock, Redlock algorithm, Martin Kleppmann critique, Zookeeper/etcd locks, Fencing Token, real-world implementation, pitfalls to avoid.
2026-04-15 · 13 min read #distributed-lock#redis#redlock#zookeeper#etcdWebFlux + Kafka + ZooKeeper Mastery: The Complete Guide to Reactive Streaming Architecture
From Spring WebFlux reactive programming to Kafka streaming, ZooKeeper-to-KRaft migration, and SSE/WebSocket/gRPC Streaming APIs — complete developer guide for real-time data processing architecture with benchmarks, code
2026-03-22 · 36 min read #webflux#kafka#zookeeper#spring-webflux#reactive-programmingDistributed Lock Pattern Comparison: Redis Redlock vs ZooKeeper vs etcd — Consistency and Availability Trade-offs
Compare distributed lock implementation patterns that guarantee mutual exclusion in distributed systems. Analyze consistency, availability, and performance trade-offs through the Redis Redlock algorithm and Martin Kleppm
2026-03-12 · 17 min read #architecture#distributed-lock#redis#redlock#zookeeperHow to Build Apache Zookeeper (Ubuntu 22.04)
Learn how to build Apache Zookeeper on Ubuntu 22.04.
2022-12-25 · 1 min read #hadoop#zookeeperBuilding a Secured (Kerberized) ZooKeeper Cluster
Learn how to apply Kerberos security to ZooKeeper.
2022-10-21 · 1 min read #hadoop#kerberos#zookeeperBuilding a Secured (Kerberized) HBase Cluster
Learn how to apply Kerberos security to HBase.
2022-10-21 · 2 min read #hadoop#kerberos#hbase#zookeeper