refactor: replace Exec with Consume method in MssqlTransformer; enhance retry handling and streamline transformation logic

This commit is contained in:
2026-05-09 00:30:49 -05:00
parent d124da8b20
commit 1bc7b67643
6 changed files with 282 additions and 213 deletions

View File

@@ -161,9 +161,10 @@ func processMigrationJob(
for range maxExtractors {
wgTransformers.Go(func() {
transformer.Exec(
transformer.Consume(
localCtx,
sourceColTypes,
job.Retry,
chBatchesRaw,
chBatchesTransformed,
chJobErrors,