debezium/dbz

Use snapshot.isolation.mode for incremental snapshotting [DBZ-3653]

Offen

#475 geöffnet am 11.12.2025

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)HTML (6 Forks)auto 404
component/core-librarygood first issuemigrated-from-jiratype/enhancement

Repository-Metriken

Stars
 (3 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Migrated from DBZ-3653

Currently the new incremental snapshotting feature uses the default connection isolation level and ignores the snapshot.isolation.mode parameter

It would be nice if it either used the existing snapshot.isolation.mode parameter or had it's own like _incremental._snapshot.isolation.mode, similar to incremental.snapshot.chunk.size

Contributor Guide