Skip to content

Commit a9f7d79

Browse files
author
Anna Urbala
committed
update readme
1 parent cf7ccb5 commit a9f7d79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Connector supports only STRING types.
99
## Prerequisites
1010
* Java 11
1111
* Maven 3
12-
* Flink 14+
12+
* Flink 15+
1313

1414
## Implementation
1515
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`
8282

8383
Steps to follow:
8484
- 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/
8686
- Start Flink SQL Client [4] by calling: `./bin/sql-client.sh -j flink-http-connector-1.0-SNAPSHOT.jar`
8787
- Execute SQL statements:
8888
Create Data Stream source Table:
@@ -132,9 +132,9 @@ The `msg` column shows parameters used with REST call for given JOIN record.
132132
- Check other `//TODO`'s.
133133

134134
###
135-
[1] https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/table/sql/queries/joins/#lookup-join
135+
[1] https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/dev/table/sql/queries/joins/#lookup-join
136136
</br>
137-
[2] https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/datastream/sources/
137+
[2] https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/dev/datastream/sources/
138138
</br>
139139
[3] https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html
140140
</br>

0 commit comments

Comments
 (0)