Skip to content

Commit b452444

Browse files
authored
Merge pull request #10 from getindata/ReadmeUpdate
ReadmeUpdate - add Maven link to readme, add Maven Central badge
2 parents f94f0a6 + 80f545c commit b452444

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# flink-http-connector
2+
3+
[![Maven Central](https://img.shields.io/maven-central/v/com.getindata/flink-http-connector)](https://mvnrepository.com/artifact/com.getindata/flink-http-connector)
4+
25
The HTTP TableLookup connector that allows for pulling data from external system via HTTP GET method and HTTP Sink that allows for sending data to external system via HTTP requests.
36

7+
**Note**: The `main` branch may be in an *unstable or even broken state* during development.
8+
Please use [releases](https://github.com/getindata/flink-http-connector/releases) instead of the `main` branch in order to get a stable set of binaries.
9+
410
#### HTTP TableLookup Source
511
The goal for HTTP TableLookup 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.
612

0 commit comments

Comments
 (0)