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

support aliyun-json #4559

Closed
wants to merge 1 commit into from
Closed

Conversation

JackeyLee007
Copy link
Contributor

[flink]

Purpose

Linked issue: close #4529

To support the json format of aliyun Data Integration, DI in short.
The data in kafka collected by DI from mysql or oracle, are not in standard format. Not canal-json or debezium json. I would like call it aliyun-json.

We want to sink the data to paimon from kafka directly, with the kafka_sync_database/table action. So the aliyun-json must be supported, and parsed into cdc record.

Tests

Supplied with the commit.

API and Format

No.

Documentation

When used to process the data collected by ID, with paimon-flink-action, it just need to specify the json format as the following:

... paimon-flink-action-<version>.jar
kafka_sync_database 
...
--kafka_conf value.format=aliyun-json 
...

@JingsongLi
Copy link
Contributor

Merged into master, close this one.

@JingsongLi JingsongLi closed this Nov 22, 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.

2 participants