Confluent
CCDAK · Question #19
A kafka topic has a replication factor of 3 and min.insync.replicas setting of 1. What is the maximum number of brokers that can be down so that a producer with acks=all can still produce to the…
The correct answer is C. 2. Two brokers can go down, and one replica will still be able to receive and serve data.
Developing Kafka Producers
Question
A kafka topic has a replication factor of 3 and min.insync.replicas setting of 1. What is the maximum number of brokers that can be down so that a producer with acks=all can still produce to the topic?
Options
- A3
- B0
- C2
- D1
How the community answered
(40 responses)- A15% (6)
- B23% (9)
- C55% (22)
- D8% (3)
Explanation
Two brokers can go down, and one replica will still be able to receive and serve data.
Topics
#min.insync.replicas#replication factor#acks=all#fault tolerance
Community Discussion
No community discussion yet for this question.