summaryrefslogtreecommitdiff
path: root/docs/develop-guide.md
AgeCommit message (Collapse)Author
2024-07-13[Improve][Test] IT (integration test) has become optional, and it is no ↵doufenghu
longer executed by default during the mvn compile and deploy process. In the job template for processor and filter, describe the implementation type based on identifiers.
2024-06-19[Improve][docs] Update groot stream architecturedoufenghu
2024-05-02[Improve][docs] Add support feature documents from 1.2.1 to 1.3.1doufenghu
2024-02-21[Improve][JDK11] Galaxy版本由1.2.3修改为2.0.1 ↵doufenghu
优化MMDB查询,支持JDK11。重命名exmaples模块,分别为cn-udf-exmaple,end-to-end-exmaple。
2024-01-30fix doc detailsdoufenghu
2023-12-18[Feature][bootstrap] 通过system properties ↵doufenghu
获取config目录配置文件,待优化写入启动脚本start.sh
2023-12-03[feature][docs] add comments for job config templatedoufenghu
2023-12-03[feature][docs] add readme.md for groot stream platformdoufenghu
2023-11-29[improve][bootstrap] 修复一些有歧义的命名doufenghu
2023-11-29[improve][bootstrap] 优化本地debug模式,去除无用依赖库doufenghu
2023-11-29[improve][bootstrap] ↵doufenghu
优化topology构建,描述每个节点,通过节点的Downstream和Processor Type构建Flink Data Flow.
2023-11-24[fix][bootstrap] 修复一些命名问题doufenghu
2023-11-15[fix][bootstrap] 增加deployMode=client,通过IDEA启动进行debug调试doufenghu
2023-10-22[feature][common] ↵doufenghu
模块common增加自定义异常类,用于捕获基础的受检查和非受检查异常类,基于当前功能给出更清晰的异常信息。
2023-10-21基于mvn spotless:apply 对其代码进行格式化doufenghu
2023-10-17[Docs][develop-guide] 增加开发规范文档,描述如何撰写Git ↵doufenghu
commit message