debezium/dbz
Use snapshot.isolation.mode for incremental snapshotting [DBZ-3653]
オープン
#475 opened on 2025/12/11
component/core-librarygood first issuemigrated-from-jiratype/enhancement
Repository metrics
- Stars
- (3 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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