InterviewSolution
Saved Bookmarks
| 1. |
__________ is the node responsible for all reads and writes for the given partition.(a) replicas(b) leader(c) follower(d) isr |
|
Answer» Correct option is (b) leader To elaborate: Each node will be the leader for a randomly selected portion of the partitions. |
|