Confluent
CCDAK · Question #109
What is true about replicas ?
The correct answer is C. Leader replica handles all produce and consume requests. Replicas are passive - they don't handle produce or consume request. Produce and consume requests get sent to the node hosting partition leader.
Kafka Client Fundamentals
Question
What is true about replicas ?
Options
- AProduce requests can be done to the replicas that are followers
- BProduce and consume requests are load-balanced between Leader and Follower replicas
- CLeader replica handles all produce and consume requests
- DFollower replica handles all consume requests
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- C87% (26)
- D3% (1)
Explanation
Replicas are passive - they don't handle produce or consume request. Produce and consume requests get sent to the node hosting partition leader.
Topics
#leader replica#follower replica#produce requests#consume requests
Community Discussion
No community discussion yet for this question.