Skip to content

[flink] Bug fix for non-JSON deserialization in Flink CDC #6116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArnavBalyan
Copy link
Member

  • Fixes [Bug] Failed to deserialize consumer record #5945
  • KafkaDebeziumJsonDeserializationSchema always parses Kafka keys as JSON, causing deserialization for fail for non JSON
  • CDC pipelines only use the JSON value payload, handle this gracefully by ignoring the non json fields.
  • Prevents crashes for topics with raw keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Failed to deserialize consumer record
1 participant