| Interface | Description |
|---|---|
| DebeziumReader<T,Split> |
Reader to read split of table, the split is either snapshot split or binlog split.
|
| Class | Description |
|---|---|
| BinlogSplitReader |
A Debezium binlog reader implementation that also support reads binlog and filter overlapping
snapshot data that
SnapshotSplitReader read. |
| SnapshotSplitReader |
A snapshot reader that reads data from Table in split level, the split is assigned by primary key
range.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.