Skip to content
Kafka Is FunProgress

Lesson 5 of 5

Replica Recovery Process

When a failed broker restarts, it truncates its local log to the last known HWM (removing potentially divergent messages), then starts replicating from the leader. It is added back to the ISR only after it has fully caught up (its LEO matches the leader's LEO within the replica.lag.time.max.ms threshold). This process is automatic — no manual intervention required.

Try it in the simulator

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