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…
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)- A88% (56)
- B5% (3)
- C6% (4)
- D2% (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
Community Discussion
No community discussion yet for this question.