Hello everybody,
I have a problem with my JDBC Source connector.
I want to sync a MSSQL table with over 60 Mio. rows in bulk mode.
I want the connector to perform this sync once a week so I set “poll.interval.ms”: 604800000.
Additionaly I set “batch.max.rows”: 100000.
When I start the connector I only get 100k rows and nothing more.
Am I missing something??? I thought the connector would execute batch queries with 100k rows till it reaches the 60 Mio.
Please can somebody help me it is really important
Thanks and best regards