May 15, 2021
Hey Chaodhib, thanks for taking the time to read through both the article, Kafka documentation and respond.
The differences between both is very subtle. The documentation mentions that is required for a write to be CONSIDERED successful.
Considering a write as successful is different than RESPONDING to the request that issued it.
- min.isr denotes consideration.
- all live replicas acknowleding denotes response to request.
Does this make sense?