leonardBang commented on code in PR #4339:
URL: https://github.com/apache/flink-cdc/pull/4339#discussion_r2987880114
##########
docs/content/docs/connectors/flink-sources/datastream-api-package-guidance.md:
##########
@@ -104,22 +102,24 @@ This guide provides a simple `pom.xml` example for
packaging DataStream job JARs
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
- <!-- Checked the dependencies of the Flink project and below is a
feasible reference. -->
- <!-- Use flink shaded guava 18.0-13.0 for flink 1.13 -->
- <!-- Use flink shaded guava 30.1.1-jre-14.0 for flink-1.14 -->
- <!-- Use flink shaded guava 30.1.1-jre-15.0 for flink-1.15 -->
- <!-- Use flink shaded guava 30.1.1-jre-15.0 for flink-1.16 -->
- <!-- Use flink shaded guava 30.1.1-jre-16.1 for flink-1.17 -->
- <!-- Use flink shaded guava 31.1-jre-17.0 for flink-1.18 -->
<dependency>
Review Comment:
Although we only support Flink 1.20.x and Flink 2.2.x after 3.6.0, but these
old flink versions can still work IIUC ?
--
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]