feat: MQ文档补充

This commit is contained in:
2026-07-15 11:29:12 +08:00
parent 89a48a98aa
commit 8ef5abc262
4 changed files with 393 additions and 8 deletions

View File

@@ -169,3 +169,13 @@ java -jar /path/to/cache-schema-checker-1.0.0.jar \
```
单 commit 自测仍可用 `--old-sha HEAD~1 --new-sha HEAD`
---
## 10. 相关文档
| 文档 | 说明 |
|------|------|
| [实施方案.md](./实施方案.md) | 缓存检测总体方案 |
| [配置说明.md](./配置说明.md) | YAML 配置项 |
| [MQ序列化结构检测方案.md](./MQ序列化结构检测方案.md) | MQ 消息体 SchemaRocketMQ + Kafka方案已落地 |