debezium/dbz
Use snapshot.isolation.mode for incremental snapshotting [DBZ-3653]
開放
#475 建立於 2025年12月11日
component/core-librarygood first issuemigrated-from-jiratype/enhancement
倉庫指標
- 星標
- (3 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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