debezium/dbz
View on GitHubUse snapshot.isolation.mode for incremental snapshotting [DBZ-3653]
Open
#475 opened on Dec 11, 2025
component/core-librarygood first issuemigrated-from-jiratype/enhancement
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
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