Flink Doris Connector supports the following Flink versions:
| Flink Version | JDK Requirement |
|---|---|
| 1.15.x | JDK 8 |
| 1.16.x | JDK 8 |
| 1.17.x | JDK 8 |
| 1.18.x | JDK 8 |
| 1.19.x | JDK 8 |
| 1.20.x | JDK 8 |
| 2.0.x | JDK 17 |
| 2.1.x | JDK 17 |
| 2.2.x | JDK 17 |
If you wish to contribute or use a connector from flink 1.13 (and earlier), please use the branch-for-flink-before-1.13
More information about compilation and usage, please visit Flink Doris Connector
You need to copy customer_env.sh.tpl to customer_env.sh before build and you need to configure it before build.
JDK requirement: Use JDK 8 for Flink 1.x, and JDK 17 for Flink 2.x.
git clone git@github.com:apache/doris-flink-connector.git cd doris-flink-connector/flink-doris-connector ./build.sh

You need to install the google-java-format plugin. Spotless together with google-java-format is used to format the codes.
It is recommended to automatically format your code by applying the following settings:
For earlier IntelliJ IDEA versions, the step 4 to 7 will be changed as follows.
.*\.java to avoid formatting other file types. Then the whole project could be formatted by command mvn spotless:apply.Checkstyle is used to enforce static coding guidelines.
tools/maven/checkstyle.xml which is located within your cloned repository.checkstyle.suppressions.file with the value suppressions.xml and click “Next”.You can now import the Checkstyle configuration for the Java code formatter.
tools/maven/checkstyle.xml located within your cloned repository.Then you could click “View” → “Tool Windows” → “Checkstyle” and find the “Check Module” button in the opened tool window to validate checkstyle. Or you can use the command mvn clean compile checkstyle:checkstyle to validate.
If you find any bugs, feel free to file a GitHub issue or fix it by submitting a pull request.
Contact us through the following mailing list.
| Name | Scope | |||
|---|---|---|---|---|
| dev@doris.apache.org | Development-related discussions | Subscribe | Unsubscribe | Archives |