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 合并指标
- (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