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

[SPIP-3][Console] Introduce flink cdc pipeline #3945

Open
2 tasks done
Mrart opened this issue Aug 6, 2024 · 1 comment
Open
2 tasks done

[SPIP-3][Console] Introduce flink cdc pipeline #3945

Mrart opened this issue Aug 6, 2024 · 1 comment

Comments

@Mrart
Copy link
Contributor

Mrart commented Aug 6, 2024

Search before asking

  • I had searched in the SPIP and found no similar SPIP.

Motivation

For example, SPIP-2 supports catalog management, and we also support flink cdc, allowing us to submit a flink cdc yaml file to complete the development of synchronous jobs. This has the benefit of fully supporting the table schema change and multi-table synchronization capabilities of flink cdc. Improve the overall product user experience

Design Detail

Part 1: The front-end changes are minimal, adding support for the job type, flink cdc, and adding support for flink cdc yaml in the sql edit box

Part 2: As with the current flink sql logic, yaml is compiled into a jar and submitted to the yarn/k8s cluster
1. app create add flink cdc type
2. createPipelineInstance main class flink cdc main
3. ApplicationActionServiceImp#getUserJarAndAppConf

Compatibility, Deprecation, and Migration Plan

No response

Test Plan

  1. e2e test for flink cdc

Code of Conduct

@Mrart
Copy link
Contributor Author

Mrart commented Aug 6, 2024

#3857

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

No branches or pull requests

1 participant