apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.1k stars 834 forks source link

[doc] Complement the version limit of mysql-cdc Bundled jar. #3623

Closed LinMingQiang closed 4 days ago

LinMingQiang commented 5 days ago

Purpose

Linked issue: close #xxx

Tests

API and Format

Documentation

zhuangchong commented 4 days ago

Paimon mysql cdc supports flink cdc 2.3.x and 2.4.x, but are you sure it supports 3.0.x? Have you tested it?

LinMingQiang commented 4 days ago

Yes, I have tested version 3.0.x and 3.1.x, version 3.0.x successfully writes data and supports schema evolution.

zhuangchong commented 4 days ago

Please add version 2.3.x

LinMingQiang commented 4 days ago

done