Confluent
CCDAK · Question #22
You want to sink data from a Kafka topic to S3 using Kafka Connect. There are 10 brokers in the cluster, the topic has 2 partitions with replication factor of 3. How many tasks will you configure…
The correct answer is D. 2. You cannot have more sink tasks (= consumers) than the number of partitions, so 2.
Developing with Kafka Connect
Question
You want to sink data from a Kafka topic to S3 using Kafka Connect. There are 10 brokers in the cluster, the topic has 2 partitions with replication factor of 3. How many tasks will you configure for the S3 connector?
Options
- A10
- B6
- C3
- D2
How the community answered
(58 responses)- A3% (2)
- B16% (9)
- C9% (5)
- D72% (42)
Explanation
You cannot have more sink tasks (= consumers) than the number of partitions, so 2.
Topics
#Kafka Connect#S3 sink connector#task configuration#partition count
Community Discussion
No community discussion yet for this question.