Skip to content
Kafka Is FunProgress

Lesson 3 of 5

High Watermark (HWM) & LEO

The Log End Offset (LEO) is the next offset to be written — it advances on every leader append. The High Watermark (HWM) is the highest offset that has been replicated to ALL ISR replicas. Consumers can only read up to the HWM — never past it. This prevents consumers from reading data that might be lost if the leader fails before replication completes.

Try it in the simulator

Guided scenarios for this module — the simulator opens with the exercise already running.