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
Copy file name to clipboardExpand all lines: pom.xml
+92-4Lines changed: 92 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,43 @@ under the License.
23
23
24
24
<groupId>com.getindata</groupId>
25
25
<artifactId>flink-http-connector</artifactId>
26
-
<version>1.0-SNAPSHOT</version>
26
+
<version>0.1.0-SNAPSHOT</version>
27
27
<packaging>jar</packaging>
28
28
29
29
<name>flink-http-connector</name>
30
+
<description>The HTTP TableLookup connector that allows for pulling data from external system via HTTP GET method. The goal for this connector was to use it in Flink SQL statement as a standard table that can be later joined with other stream using pure SQL Flink.</description>
0 commit comments