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
Issue54 Fix class loader and Prefixed Config option issues (#68)
* Issue54 early prototype not working
Signed-off-by: David Radley <[email protected]>
* fixed the class loader part
Signed-off-by: David Radley <[email protected]>
* Change Prefixed Config Option to not extend ConfigOption
Signed-off-by: David Radley <[email protected]>
* Update Change log
Signed-off-by: David Radley <[email protected]>
* update doc link to 1.16
Signed-off-by: David Radley <[email protected]>
* update more links to 1.16
Signed-off-by: David Radley <[email protected]>
* update more links to 1.16
Signed-off-by: David Radley <[email protected]>
* Use reflection to update the key in the ConfigOption
Signed-off-by: David Radley <[email protected]>
* Re-implement reflection after review feedback
Signed-off-by: David Radley <[email protected]>
* Remove unused classloader field
Signed-off-by: David Radley <[email protected]>
* fix compile error and address review feedback
Signed-off-by: David Radley <[email protected]>
---------
Signed-off-by: David Radley <[email protected]>
Detailed test report can be found under `target/site/jacoco/index.xml`.
440
440
441
441
## Demo application
442
-
**Note**: This demo works only for Flink-1.15.x even though connector can be used with Flink 1.16.
443
-
This problem is addressed by https://github.com/getindata/flink-http-connector/issues/54 and will be fix in next relesees.
442
+
**Note**: This demo works only for Flink-1.15x.
444
443
445
444
You can test this connector using simple mock http server provided with this repository and Flink SQL-client.
446
445
The mock server can be started from IDE (currently only this way) by running `HttpStubApp::main` method.
447
446
It will start HTTP server listening on `http://localhost:8080/client`
448
447
449
448
Steps to follow:
450
449
- Run Mock HTTP server from `HttpStubApp::main` method.
451
-
- Start your Flink cluster, for example as described under https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/
450
+
- Start your Flink cluster, for example as described under https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/try-flink/local_installation/
Copy file name to clipboardexpand all lines: src/main/java/com/getindata/connectors/http/internal/table/lookup/querycreators/ElasticSearchLiteQueryCreatorFactory.java
Copy file name to clipboardexpand all lines: src/main/java/com/getindata/connectors/http/internal/table/lookup/querycreators/GenericGetQueryCreatorFactory.java
Copy file name to clipboardexpand all lines: src/main/java/com/getindata/connectors/http/internal/table/lookup/querycreators/GenericJsonQueryCreatorFactory.java
Copy file name to clipboardexpand all lines: src/main/java/com/getindata/connectors/http/internal/table/lookup/querycreators/QueryFormatAwareConfiguration.java
0 commit comments