nerdexam
Confluent

CCDAK · Question #153

Which configuration is valid for deploying a JDBC Source Connector to read all the rows from orders table and write it to db1-orders topic?

The correct answer is A. {. Chosen option correctly configures the JdbcSourceConnector with a valid connection.url, specifies table.whitelist to read from the orders table, and sets topic.prefix so that data from the orders table will be written to the db1-orders topic. The syntax and required fields are…

Developing with Kafka Connect

Question

Which configuration is valid for deploying a JDBC Source Connector to read all the rows from orders table and write it to db1-orders topic?

Options

  • A{
  • B{
  • C{
  • D{

How the community answered

(64 responses)
  • A
    88% (56)
  • B
    5% (3)
  • C
    6% (4)
  • D
    2% (1)

Explanation

Chosen option correctly configures the JdbcSourceConnector with a valid connection.url, specifies table.whitelist to read from the orders table, and sets topic.prefix so that data from the orders table will be written to the db1-orders topic. The syntax and required fields are correct for

Topics

#JDBC source connector#connector configuration#topic mapping#table ingestion

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice