Skip to content

Commit 866e224

Browse files
authored
Update README.md
1 parent 729886e commit 866e224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ Project build command: `mvn package`. </br>
335335
Detailed test report can be found under `target/site/jacoco/index.xml`.
336336

337337
## Demo application
338-
This demo works only for Flink-1.15.x even though connector can be used with Flink 1.16.
339-
This is probably due to bug with SQLClient [FLINK-31018](https://issues.apache.org/jira/browse/FLINK-31018)
338+
**Note**: This demo works only for Flink-1.15.x even though connector can be used with Flink 1.16.
339+
This problem is addressed by https://github.com/getindata/flink-http-connector/issues/54 and will be fix in next relesees.
340340

341341
You can test this connector using simple mock http server provided with this repository and Flink SQL-client.
342342
The mock server can be started from IDE (currently only this way) by running `HttpStubApp::main` method.

0 commit comments

Comments
 (0)