debezium/dbz

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

Open

#475 opened on Dec 11, 2025

View on GitHub
 (2 comments) (0 reactions) (1 assignee)HTML (6 forks)auto 404
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

Contributor guide