kafka-connect-jdbc icon indicating copy to clipboard operation
kafka-connect-jdbc copied to clipboard

How many JDBC connection will get created

Open vigneshtvp opened this issue 2 years ago • 0 comments

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.

vigneshtvp avatar Aug 08 '22 05:08 vigneshtvp