|
|
|
|
|
by boredandroid
3795 days ago
|
|
Thanks for clarifying! I think there are two separate things:
1. Is there a principled notion of when a write is "committed" and a leadership election algorithm that works with this to ensure committed writes aren't lost as long as the failure criteria are met? This has been true since we added replication to Kafka.
2. The second is what is the recovery behavior when you have no available replicas. Previously we would aggressively elect any replica even if it had incomplete data. Now that behavior is configurable. There is a more detailed explanation here: http://blog.empathybox.com/post/62279088548/a-few-notes-on-k... |
|