Session Type
Breakout Session
Name
Why Kafka is always late? Is that really a problem?
Date
Tuesday, May 20, 2025
Time
2:00 PM - 2:45 PM
Location Name
Breakout Room 5
Description
Kafka is fast, but lag is everywhere. Data falls behind, consumers can’t keep up, and alerts keep firing. The usual reaction? Blame Kafka. The real issue? Kafka does exactly what it’s built to do: decouple producers and consumers. Lag isn’t a bug, it’s a side effect. Tracking offsets won’t save you. The real problem is time lag: the gap between when data is produced and when it’s actually processed. Consumer rebalances, inefficient commits, slow APIs, and bad scaling decisions all make it worse. Little’s Law predicts when lag will spiral, but most teams ignore it.
This talk breaks down what’s really happening when Kafka "falls behind", why, and what you can do about it. Batching, commit strategies, parallel consumption, dropping messages, many options are available. Start controlling lag before it controls you.
Speakers

Level
Intermediate
Target Audience
Developer, Operator/Administrator, Architect
Tags
Apache Kafka