Question 11
Consider a Kafka system that has two brokers with the exact same specifications. Let’s consider a topic A with a single partition, whose two copies are being maintained by Kafka. Consider the following cases:
Case 1: Both the copies reside in the same broker
Case 2: Each broker has one copy of the partition
Two of the key promises of Kafka are:
(i) Availability
(ii) Throughput
Regarding which of the above promises, case 1 is at a disadvantage as compared to case 2?
Only (i)
Only (ii)
Both (i) and (ii)
Neither (i) nor (ii)