Confluent
CCDAK · Question #150
You are using JDBC source connector to copy data from 2 tables to two Kafka topics. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are…
The correct answer is C. 2. We have two tables, so the max number of tasks is 2.
Developing with Kafka Connect
Question
You are using JDBC source connector to copy data from 2 tables to two Kafka topics. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?
Options
- A6
- B1
- C2
- D3
How the community answered
(52 responses)- A8% (4)
- B15% (8)
- C73% (38)
- D4% (2)
Explanation
We have two tables, so the max number of tasks is 2.
Topics
#max.tasks#JDBC source connector#task allocation#workers
Community Discussion
No community discussion yet for this question.