Skip to content

Commit

Permalink
[flinkStremSql][415]
Browse files Browse the repository at this point in the history
1.支持elasticsearch7 sink以及side,并完善其文档
2.支持脏数据管理
3.支持file source
4.impla插件批量写入失败时改为单条insert
5.支持http sink
  • Loading branch information
HiLany authored and FlechazoW committed Jun 30, 2021
1 parent b7236a8 commit e8abbb6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ FlinkStreamSQL

## 如何贡献FlinkStreamSQL

[pr规范](docs/pr.md)

## License
FlinkStreamSQL is under the Apache 2.0 license. See the [LICENSE](http://www.apache.org/licenses/LICENSE-2.0) file for details.
20 changes: 20 additions & 0 deletions docs/pr.md
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名称] 标题

0 comments on commit e8abbb6

Please sign in to comment.