#Kafka
2 posts
-
Implementing FCFS with Queues: From Redis Sorted Set to Kafka
Implements a first-come-first-served system using Redis Sorted Set waiting queues and Kafka message queues. Covers queue UX (polling vs WebSocket), slot reallocation on timeout/abandonment, and traffic spike absorption strategies.
-
Spring Boot Practical Guide Part 3: Event-Driven Architecture
Building a reliable event system with Kafka and the Outbox pattern