lvyanquan opened a new pull request, #4339: URL: https://github.com/apache/flink-cdc/pull/4339
## What is the purpose of the change This PR updates the DataStream API package guidance documentation to support Flink 1.20.x and Flink 2.2.x with the latest CDC connector versions. ## Brief change log - **Update pom.xml example for Flink 1.20.x**: Use CDC version `3.6.0-1.20` and Flink `1.20.3` - **Add new pom.xml example for Flink 2.2.x**: Use CDC version `3.6.0-2.2` and Flink `2.2.0` - **Upgrade Java version**: From 1.8 to 11 for both examples - **Update CDC connector**: Use `flink-sql-connector-mysql-cdc` instead of deprecated `flink-connector-mysql-cdc` - **Add missing dependencies**: `flink-connector-base` and `log4j-slf4j-impl` - **Remove redundant dependency**: Explicit `flink-shaded-guava` is no longer needed (included in CDC connector) - **Sync Chinese documentation**: Ensure `docs/content.zh/` matches English version ## Verifying this change This change is a documentation update and does not affect any code logic. ## Does this pull request potentially affect one of the following parts - Dependencies (does it add or upgrade a dependency): **no** - The public API, i.e., is any changes to the `public` classes or interfaces: **no** - The serializers: **no** - The runtime per-codece: **no** - The compatibility between versions: **no** - The S3 filesystem connector: **no** ## Documentation - Does this pull request introduce a new feature? **no** - If yes, how is the feature documented? **not applicable** 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
