|
|
|
|
|
by rthille
3307 days ago
|
|
I think it's less about throughput and more about durability guarantees. Kafka producers can specify the number of 'acks' (brokers which have written the message to disk) when they produce a message and the request will only return successfully if that can be done. |
|