Skip to content
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

[cdc] Adjust-CdcJsonDeserializationSchema #3769

Closed

Conversation

MOBIN-F
Copy link
Contributor

@MOBIN-F MOBIN-F commented Jul 17, 2024

Purpose

The serialization entry of cdc kafka_table/database_sync is CdcJsonDeserializationSchema, but CdcJsonDeserializationSchema#deserialize returns CdcSourceRecord(JsonNode). When users extend other format, there will be limitations. Most data serialization is based on byte[], not JsonNode.
For example:
Users need to use other serialization protocols to serialize data based on byte[], such as binlog of other databases.

Tests

API and Format

Documentation

@MOBIN-F
Copy link
Contributor Author

MOBIN-F commented Sep 19, 2024

closed, recommended to use flink-cdc Paimon Pipeline Connector first

@MOBIN-F MOBIN-F closed this Sep 19, 2024
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.

1 participant