File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
src/main/java/com/getindata/connectors/http Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 3838
3939 - name : Test JavaDoc
4040 run : mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
41- if : startsWith(matrix.flink, '1.15.0 ')
41+ if : startsWith(matrix.flink, '1.18 ')
4242
4343 - name : Add coverage to PR
4444 id : jacoco
Original file line number Diff line number Diff line change 1313 * other factories in
1414 * <pre>resources/META-INF/services/org.apache.flink.table.factories.Factory</pre>
1515 * file and then referenced by their identifiers in:
16- * <li>
17- * The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
18- * for HTTP sink.
19- * </li>
20- * <li>
21- * The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
22- * for HTTP lookup.
23- * </li>
24- *
25- * <br />
16+ * <ul>
17+ * <li>
18+ * The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
19+ * for HTTP sink.
20+ * </li>
21+ * <li>
22+ * The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
23+ * for HTTP lookup.
24+ * </li>
25+ * </ul>
26+ * <br>
2627 *
2728 * <p>The following example shows the minimum Table API example to create a {@link HttpDynamicSink}
2829 * that uses a custom callback created by a factory that returns <i>my-callback</i> as its
You can’t perform that action at this time.
0 commit comments