xintongsong commented on code in PR #492:
URL: https://github.com/apache/flink-agents/pull/492#discussion_r2731030639
##########
docs/content/docs/get-started/installation.md:
##########
@@ -28,27 +28,30 @@ Flink Agents provides both Python and Java APIs to define a
Flink Agents job.
The sections below show how to install the required dependencies.
{{< hint warning >}}
-__NOTE:__ To run on flink cluster, Flink-Agents requires flink version be a
stable release of Flink 1.20.3.
+__NOTE:__ To run on a Flink cluster, Flink-Agents requires a stable release of
Flink version 1.20.3 or higher (including 1.20.3).
{{< /hint >}}
## Install Apache Flink
-Before installing Flink Agents, you need to have Apache Flink 1.20.3 installed.
+Before installing Flink Agents, you need to have Apache Flink installed.
-Download and extract Flink 1.20.3:
+Download and extract Flink:
```shell
-# Download Flink 1.20.3:
https://www.apache.org/dyn/closer.lua/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz
-curl -LO
https://archive.apache.org/dist/flink/flink-1.20.3/flink-1.20.3-bin-scala_2.12.tgz
+# Set the Flink version (e.g., 1.20.3)
Review Comment:
We'd better let users to find the latest release of desired version by
themselves.
https://flink.apache.org/downloads/
##########
docs/content/docs/get-started/installation.md:
##########
@@ -64,18 +67,18 @@ cp $FLINK_HOME/opt/flink-python-1.20.3.jar $FLINK_HOME/lib/
- Unix-like environment (Linux, Mac OS X, Cygwin, or WSL)
- Git
- Maven 3
- - Java 17+ (full functionality), or Java 11+ (some features unavailable)
+ - Java 21+ (full functionality), or Java 11+ (some features unavailable)
### Java Versions
For running an agent built with **Python API**, you can use any Java version
11 or higher.
When using **Java API**, there are some functionality limitations for earlier
Java versions, as detailed below:
-| Java Version | Limitations |
-|--------------|-------------------------------|
-| Java 17+ | No limitations. |
-| Java 11-16 | MCP supports are unavailable. |
+| Java Version | Limitations |
+|--------------|------------------------|
+| Java 21+ | No limitations. |
+| Java 11-20 | Async are unavailable. |
Review Comment:
```suggestion
| Java 11-20 | Async execution is unavailable. |
```
##########
docs/content/docs/get-started/installation.md:
##########
@@ -28,27 +28,30 @@ Flink Agents provides both Python and Java APIs to define a
Flink Agents job.
The sections below show how to install the required dependencies.
{{< hint warning >}}
-__NOTE:__ To run on flink cluster, Flink-Agents requires flink version be a
stable release of Flink 1.20.3.
+__NOTE:__ To run on a Flink cluster, Flink-Agents requires a stable release of
Flink version 1.20.3 or higher (including 1.20.3).
Review Comment:
```suggestion
__NOTE:__ To run on a Flink cluster, Flink-Agents requires a stable release
of Flink version 1.20.3 or higher.
```
--
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]