Skip to content

Commit

Permalink
[Doc] Add version requirements to source
Browse files Browse the repository at this point in the history
Signed-off-by: PengFei Li <[email protected]>
  • Loading branch information
banmoy committed Sep 7, 2023
1 parent 387c57b commit 568cba3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/connector-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ Unlike the JDBC connector provided by Flink, the Flink connector of StarRocks su

![JDBC connector of Flink](../assets/5.3.2-2.png)

## Version requirements

| Connector | Flink | StarRocks | Java | Scala |
|-----------|--------------------------|---------------| ---- |-----------|
| 1.2.8 | 1.13,1.14,1.15,1.16,1.17 | 2.1 and later| 8 | 2.11,2.12 |
| 1.2.7 | 1.11,1.12,1.13,1.14,1.15 | 2.1 and later| 8 | 2.11,2.12 |

## Prerequisites

Flink has been deployed. If Flink has not been deployed, follow these steps to deploy it:
Expand Down

0 comments on commit 568cba3

Please sign in to comment.