macdoor commented on PR #4294: URL: https://github.com/apache/flink-cdc/pull/4294#issuecomment-4011199599
Hi @lvyanquan, Thanks for trying the branch. We’ve since opened a dedicated PR with a complete, compilable implementation: PR: https://github.com/apache/flink-cdc/pull/4307 — _feat: Flink 2.2 compatibility and dual-dist packaging_ That PR is based on apache/flink-cdc upstream (rebased on current master) and the description includes: - Build: two-step Maven commands (Java 17) to produce both flink-cdc-dist-*-1.20.jar and flink-cdc-dist-*-2.2.jar - Deployment: where to put each dist JAR and how to reuse the same connector JARs on Flink 1.20 and 2.2 You can clone/build from branch macdoor:feature/flink22-compat and run the described steps to verify; we’ve already run a full build and conflict resolution on that branch. If anything doesn’t work on your side, we can iterate in that PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
