Confluent Certified Administrator for Apache Kafka (CCAAK) — Question 2

A topic ’recurring payments’ is created on a Kafka cluster with three brokers (broker id '0', ’1’, ‘2’) and nine partitions. The 'min.insync replicas' is set to three, and producer is set with 'acks' as 'all'. Kafka Broker with id '0' is down.
Which statement is correct?

Answer options

Correct answer: C

Explanation

The correct answer is C because with 'min.insync replicas' set to three and broker id '0' down, only three partitions can satisfy this requirement, while the rest will be unavailable. Options A and B are incorrect as consumers cannot read and producers cannot write to all partitions due to the failure. Option D is also wrong because producers cannot write to partitions without an available leader.