Confluent
CCAAK · Question #82
You are deploying Kafka Connect in a production environment that requires high availability and the ability to scale with increasing data volume. Which worker type should you choose?
The correct answer is C. Distributed. The distributed worker type supports horizontal scaling and fault tolerance by allowing multiple workers to share connector and task workloads, ensuring high availability in production
Kafka Connect
Question
You are deploying Kafka Connect in a production environment that requires high availability and the ability to scale with increasing data volume. Which worker type should you choose?
Options
- AStandalone
- BDecentralized
- CDistributed
- DPartitioned
How the community answered
(28 responses)- A7% (2)
- B4% (1)
- C71% (20)
- D18% (5)
Explanation
The distributed worker type supports horizontal scaling and fault tolerance by allowing multiple workers to share connector and task workloads, ensuring high availability in production
Topics
#Kafka Connect#distributed mode#high availability#scalability
Community Discussion
No community discussion yet for this question.