Commit Graph

16 Commits

Author SHA1 Message Date
2019f47567 refactor(all): 优化日志loki标签默认值 防止没有默认值导致日志无法输出 2024-03-05 15:16:50 +08:00
623ad8b696 refactor(all): 优化日志输出格式 2024-03-05 15:16:50 +08:00
0244f9a550 refactor(all): 优化日志输出格式 2024-03-05 15:16:50 +08:00
c0b1071a16 refactor(all): 增加源码包打包 2024-03-05 15:16:48 +08:00
72bdda5546 feature(all): 增加zookeeper作为注册中心 2024-03-05 15:16:48 +08:00
740a9aea45 feature(all): 服务增加配置文件信息加密 2024-03-05 15:16:48 +08:00
4942691928 feature(all): 替换日志行的冒号为特殊符号方便分割内容 2024-03-05 15:16:45 +08:00
aad835c710 feature(all): 屏蔽 Eureka 的日志
Resolving eureka endpoints via configuration
这个常驻日志塞满了日志聚合
2024-03-05 15:16:45 +08:00
ceed44d43a feature(dependencies): 增加依赖模块
增加一个依赖模块,统一项目使用的主要 jar 依赖版本,但又不写在父项目里,防止加入一些非服务模块,比如启动命令行
2024-03-05 15:16:45 +08:00
1dde155fac fix(flink-query): 修复 checkpoint id 的类型为 Long 2024-03-05 15:16:45 +08:00
c8cb1a1c40 refactor(flink-query): 调试和部署 Flink 查询模块 2024-03-05 15:16:45 +08:00
22dd6df3f3 feature(flink-query): 新增 Flink 相关查询接口 2024-03-05 15:16:45 +08:00
a358734929 refactor(all): 优化配置文件,增加一个随机端口的配置
同一个配置文件里用横线分割的写法实际不生效
2024-03-05 15:16:45 +08:00
a8f3b4c9bf refactor(all): 简化代码 componentScan 注解的使用 2024-03-05 15:16:45 +08:00
c076298683 feature(all): 优化 yml 配置文件的复用 2024-03-05 15:16:45 +08:00
2f2c10e7b7 refactor(all): 初始化项目
迁移项目到独立的 service 进行集中开发
包含以下组件的查询 API 服务
flink
hudi
database(info)
pulsar
yarn
包含前端服务和 UI
web
包含公共代码
configuration
2024-03-05 15:16:44 +08:00