File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,9 @@ Project build command: `mvn package`. </br>
335
335
Detailed test report can be found under ` target/site/jacoco/index.xml ` .
336
336
337
337
## 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 )
340
+
338
341
You can test this connector using simple mock http server provided with this repository and Flink SQL-client.
339
342
The mock server can be started from IDE (currently only this way) by running ` HttpStubApp::main ` method.
340
343
It will start HTTP server listening on ` http://localhost:8080/client `
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ under the License.
68
68
69
69
<!-- IMPORTANT: If you update Flink, remember to update link to its docs in maven-javadoc-plugin <links>
70
70
section, omitting the patch part (so for 1.15.0 use 1.15). -->
71
- <flink .version>[ 1.15.0,) </flink .version>
71
+ <flink .version>1.15.0</flink .version>
72
72
73
73
<target .java.version>11</target .java.version>
74
74
<scala .binary.version>2.12</scala .binary.version>
You can’t perform that action at this time.
0 commit comments