Confluent
CCDAK · Question #217
You are working on a Kafka cluster with three nodes. You create a Kafka topic named orders on this cluster with: - replication factor=3 - min.insync.replicas=2 - acks=all Which exception will be gener
Sign in or unlock CCDAK to reveal the answer and full explanation for question #217. The question stem and answer options stay visible for context.
Application Design
Question
You are working on a Kafka cluster with three nodes. You create a Kafka topic named orders on this cluster with:
- replication factor=3
- min.insync.replicas=2
- acks=all
Which exception will be generated if two brokers are down due to network delay?
Options
- ANotEnoughReplicasException
- BNetworkException
- CNotCoordinatorException
- DNotLeaderForPartitionException
Unlock CCDAK to see the answer
You've previewed enough free CCDAK questions. Unlock CCDAK for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#min.insync.replicas#NotEnoughReplicasException#replication factor#acks=all