feat: 一阶段

This commit is contained in:
2026-07-15 16:48:46 +08:00
parent 14f9f1fce7
commit d884aa36ff
16 changed files with 789 additions and 37 deletions

View File

@@ -4,7 +4,7 @@
# 说明:
# - 本配置文件为业务覆盖配置,会与 jar 内 default-config.yaml 深度合并
# - 未声明的项沿用工具内置默认值(忽略规则、检测模式等)
# - 当前 Redis 缓存写入检测为主;MQRocketMQ/Kafka方案见 docs/MQ序列化结构检测方案.md
# - 当前覆盖 Redis 缓存 + MQRocketMQ/Kafka生产侧投递检测
# 总开关 true-执行检测 false-跳过检测(流水线直接通过,不发通知)
enabled: true
@@ -33,3 +33,9 @@ manual_mappings:
# 误报忽略(按需添加)
suppressions: []
# MQ destination 忽略示例(按需取消注释)
# ignore:
# mq_destinations:
# - "benchmark:*"
# - "*:TEST"