commit | a547ad2a91d9e57692632cf0ec3c401df1c727c7 | [log] [tgz] |
---|---|---|
author | wudongliang <46414265+DongLiang-0@users.noreply.github.com> | Thu Jul 25 16:57:47 2024 +0800 |
committer | GitHub <noreply@github.com> | Thu Jul 25 16:57:47 2024 +0800 |
tree | 0a96f28f1a0c311562bccb145d1cd54c35d6011a | |
parent | 3433da6e06a2320fb43a43834c6caa87234531a4 [diff] |
[improve]Improve the hard code in CDC whole database synchronization (#443)
Flink Doris Connector now support flink version from 1.11 to 1.19.
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.
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 |