25
loading...
This website collects cookies to deliver better user experience
Acknowledgment | Description |
---|---|
acks=0 | - Producer doesn't wait for confirmation - If producer sends the data to a broker which failed, the data is loss. |
acks=1 | - Leader confirms to producer if data write is successful - Limited data loss. |
acks=all | - Producer waits for both leader's and ISR's confirmation - No data loss |
Apache Kafka Series - Learn Apache Kafka for Beginners v2 by Stephane Maarek
Getting Started with Apache Kafka by Ryan Plant
Apache Kafka A-Z with Hands on Learning by Learnkart Technology Private Limited
The Complete Apache Kafka Practical Guide by Bogdan Stashchuk