-
Bug
-
Resolution: Done
-
Minor
-
1.6.0.Final
-
None
-
False
-
False
-
-
The issue is reproducible only if all of the following conditions are met:
- max.iteration.transactions is set to a non-empty value (see
DBZ-3486). - There's a schema change N transactions or more ahead of the current position of the connector, where N is the value of max.iteration.transactions.
While trying to query the next batch of CDC events, the connector uses invalid SPROC parameters and fails with the following error:
An insufficient number of arguments were supplied for the procedure or function cdc.fn_cdc_get_all_changes_ ... .
- relates to
-
DBZ-3486 SQL Server connector buffers all CDC events in memory if more than one table is captured
- Closed