Switch language한국어
Back to the list

Introducing Windows in Kafka Streams - Kurly Tech Blog

TL;DR AI

Key summary

2 min read
  1. Kurly’s SCM product team replaced batch-based settlement processing with an event-driven Kafka architecture.

  2. They used Kafka Streams tumbling windows, grace periods, and suppression to aggregate inventory transactions by product code in 5-minute intervals.

  3. The system now writes each final window result only once, reducing duplicate updates and database load.

  4. The pattern helps turn bursty operational traffic into bounded, near-real-time stream aggregations for settlement processing.

Read the original