Skip to content

Commit

Permalink
remove DeleteStrategy.java
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchong committed Jan 8, 2025
1 parent 51cb5e6 commit 078ed2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ public class FlinkConnectorOptions {
ConfigOptions.key("sink.ignore_delete")
.booleanType()
.defaultValue(false)
.withDescription("Whether to ignore retract(-U/-D) record.");
.withDescription(
"Whether to ignore DELETE and UPDATE_BEFORE messages. "
+ "Enabling this config for Log Table can allow "
+ "Log Table to be used as a sink of a changelog stream.");

// --------------------------------------------------------------------------------------------
// table storage specific options
Expand Down

This file was deleted.

0 comments on commit 078ed2c

Please sign in to comment.