nerdexam
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)
  • A
    7% (2)
  • B
    4% (1)
  • C
    71% (20)
  • D
    18% (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.

Full CCAAK Practice