macdoor commented on PR #4294: URL: https://github.com/apache/flink-cdc/pull/4294#issuecomment-4023002778
Thanks for the detailed implementation. The unified cdc-dist with fewer JARs and simpler CI is valuable and makes sense. One follow-up: Paimon, StarRocks, and other pipeline connectors still ship separate JARs for Flink 1.20 vs Flink 2.x (for example, `flink-cdc-pipeline-connector-starrocks-<version>-1.20.jar` vs `...-2.2.jar`), because they depend on connector libraries that are built per Flink version. So when deploying on Flink 1.20 or Flink 2.x, users still need to pick the right connector JAR for each runtime. Has there been any thought on how to align or simplify this, or is the current per-version connector JAR approach the intended way going forward? -- 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]
