Confluent
CCDAK · Question #39
You are using JDBC source connector to copy data from 3 tables to three 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 A. 2. here, we have three tables, but the max.tasks is 2, so that's the maximum number of tasks that will be created.
Developing with Kafka Connect
Question
You are using JDBC source connector to copy data from 3 tables to three 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
- A2
- B1
- C3
- D6
How the community answered
(31 responses)- A81% (25)
- B10% (3)
- C6% (2)
- D3% (1)
Explanation
here, we have three tables, but the max.tasks is 2, so that's the maximum number of tasks that will be created.
Topics
#JDBC source connector#max.tasks#task allocation#connector workers
Community Discussion
No community discussion yet for this question.