kafka-connect-jdbc
kafka-connect-jdbc copied to clipboard
How many JDBC connection will get created
Need info for below use case:
Use case 1: 1 source connector task.max = 2 table.whitelist=table1 For this property how many JDBC connection will get created.
Use case 2: 1 source connector task.max = 2 table.whitelist=table1, table2, table3 For this property how many JDBC connection will get created.
Use case 3: 1 source connector task.max = 3 table.whitelist=table1, table2, table3 For this property how many JDBC connection will get created.