nerdexam
Confluent

CCDAK · Question #90

You are using JDBC source connector to copy data from a table to Kafka topic. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?

The correct answer is C. 1. JDBC connector allows one task per table.

Developing with Kafka Connect

Question

You are using JDBC source connector to copy data from a table to Kafka topic. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?

Options

  • A3
  • B2
  • C1
  • D6

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    10% (4)
  • C
    83% (33)
  • D
    5% (2)

Explanation

JDBC connector allows one task per table.

Topics

#JDBC source connector#max.tasks#task parallelism#Kafka Connect

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice