-
Notifications
You must be signed in to change notification settings - Fork 50
Improve error logging for Debezium encoding failures #3964
Copy link
Copy link
Closed
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.type/enhancementThe issue or PR belongs to an enhancement.The issue or PR belongs to an enhancement.
Bug Report
What happened
When Debezium encoding fails, the current error log lacks context information:
This makes it difficult to debug which table/column caused the issue.
What you expected to happen
Error log should include detailed context information:
Related