Process Flow - In-sync replicas (ISR)
Leader receives write request
Leader writes to local log
Leader sends data to followers
Followers append data to their logs
Followers send acknowledgment
Leader updates ISR list
Leader commits message if ISR quorum
Next write request
This flow shows how the leader and followers keep data in sync by exchanging writes and acknowledgments to maintain the ISR list.