-
Notifications
You must be signed in to change notification settings - Fork 931
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.支持elasticsearch7 sink以及side,并完善其文档 2.支持脏数据管理 3.支持file source 4.impla插件批量写入失败时改为单条insert 5.支持http sink
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## PR规范 | ||
|
||
1. 建立issue,描述相关问题信息 | ||
2. 基于对应的release分支拉取开发分支 | ||
3. commit 信息:[type-issueid] [module] msg | ||
1. type 类别 | ||
2. feat:表示是一个新功能(feature) | ||
3. hotfix:hotfix,修补bug | ||
4. docs:改动、增加文档 | ||
5. opt:修改代码风格及opt imports这些,不改动原有执行的代码 | ||
6. test:增加测试 | ||
|
||
<br/> | ||
|
||
eg: | ||
[hotfix-31280][core] 修复bigdecimal转decimal运行失败问题 | ||
[feat-31372][rdb] RDB结果表Upsert模式支持选择更新策略 | ||
|
||
1. 多次提交使用rebase 合并成一个。 | ||
2. pr 名称:[flinkx-issueid][module名称] 标题 |