πŸ“Š Apache Kafka
Q. Which of these ensures reliable delivery in Kafka?
  • (A) acks=0
  • (B) acks=1
  • (C) acks=all
  • (D) acks=-1
πŸ’¬ Discuss
βœ… Correct Answer: (C) acks=all

Explanation: 'acks=all' ensures the message is written to all replicas before being acknowledged.

Explanation by: Mr. Dubey
'acks=all' ensures the message is written to all replicas before being acknowledged.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
70
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate