[Feature] Avoid logging full rows with sensitive information on conversion failure in Flink CDC #4290
Closed
2 tasks done
Labels
enhancement
New feature or request
Search before asking
Motivation
Using a Flink CDC connector, when a row fails to convert according to the given schema, Paimon logs the entire row, which may contain sensitive information.
You can see this in CdcRecordUtils.java. For example:
Solution
Logging only the primary key could be a solution.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: