In order to improve the fault tolerance of Kafka, Kafka supports the replication strategy of partition. Which of the following descriptions about Leader partition and Follower partition is wrong?
A.
It is impossible for each node of a kafka cluster to be l with each othereader and flower
B.
If the leader fails, other followers will take over (become the new leader)
C.
Because the leader server carries all the request pressure. Therefore, from the overall consideration of the cluster, kafka will distribute the leader evenly on each instance to ensure the overall performance is stable
D.
Kafka needs to select a leader for partition replication, and the leader is responsible for reading and writing partitionsD. operation, other replica nodes are only responsible for data synchronization
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit