You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Connector supports only STRING types.
9
9
## Prerequisites
10
10
* Java 11
11
11
* Maven 3
12
-
* Flink 14+
12
+
* Flink 15+
13
13
14
14
## Implementation
15
15
Implementation is based on Flink's `TableFunction` and `AsyncTableFunction` classes.
@@ -82,7 +82,7 @@ It will start HTTP server listening on `http://localhost:8080/client`
82
82
83
83
Steps to follow:
84
84
- Run Mock HTTP server from `HttpStubApp::main` method.
85
-
- Start your Flink cluster, for example as described under https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/try-flink/local_installation/
85
+
- Start your Flink cluster, for example as described under https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/
0 commit comments