Medium-HardApplyApache KafkaMultiple Choice

A producer sends a message with acks=all to a topic with replication.factor=3 and min.insync.replicas=2. Two brokers fail simultaneously. What happens?

Apply Tests ability to use knowledge in practical scenarios.

Answer Options

AMessage is written to the surviving broker and acknowledged
BProducer receives NotEnoughReplicasException and the write is rejected
CMessage is queued locally and retried automatically
DKafka elects an out-of-sync replica as leader and writes succeed

Want to see the correct answer?

Get the answer with a detailed explanation, plus practice 20+ more Apache Kafka questions with adaptive quizzes and timed interviews.

See the Answer on Guru Sishya →

This question is from the Apache Kafka topic (Distributed Systems).

More Apache Kafka Questions