Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KeXiangWang committed Jul 26, 2024
1 parent 967e63d commit 840cfb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public DbzConnectorConfig(
ConfigurableOffsetBackingStore.OFFSET_STATE_VALUE, startOffset);
} else {
// read upstream table schemas and emit incremental changes only
mysqlProps.setProperty("snapshot.mode", "never");
mysqlProps.setProperty("snapshot.mode", "no_data");
}
} else {
// if snapshot phase is finished and offset is specified, we will continue binlog
Expand Down

0 comments on commit 840cfb8

Please sign in to comment.