Skip to content

Commit e8abbb6

Browse files
HiLanyFlechazoW
authored andcommitted
[flinkStremSql][415]
1.支持elasticsearch7 sink以及side,并完善其文档 2.支持脏数据管理 3.支持file source 4.impla插件批量写入失败时改为单条insert 5.支持http sink
1 parent b7236a8 commit e8abbb6

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ FlinkStreamSQL
4141

4242
## 如何贡献FlinkStreamSQL
4343

44+
[pr规范](docs/pr.md)
45+
4446
## License
4547
FlinkStreamSQL is under the Apache 2.0 license. See the [LICENSE](http://www.apache.org/licenses/LICENSE-2.0) file for details.

docs/pr.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## PR规范
2+
3+
1. 建立issue,描述相关问题信息
4+
2. 基于对应的release分支拉取开发分支
5+
3. commit 信息:[type-issueid] [module] msg
6+
1. type 类别
7+
2. feat:表示是一个新功能(feature)
8+
3. hotfix:hotfix,修补bug
9+
4. docs:改动、增加文档
10+
5. opt:修改代码风格及opt imports这些,不改动原有执行的代码
11+
6. test:增加测试
12+
13+
<br/>
14+
15+
eg:
16+
[hotfix-31280][core] 修复bigdecimal转decimal运行失败问题
17+
[feat-31372][rdb] RDB结果表Upsert模式支持选择更新策略
18+
19+
1. 多次提交使用rebase 合并成一个。
20+
2. pr 名称:[flinkx-issueid][module名称] 标题

0 commit comments

Comments
 (0)