问题:Debezium 产生的 outbox 消息使用下划线命名(event_type, aggregate_type),而代码期望驼峰格式(eventType, aggregateType) 解决方案: - isServiceEvent() 同时检查两种命名格式 - 新增 normalizeServiceEvent() 转换 Debezium 格式到驼峰格式 - 解析 payload JSON 字符串 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| prisma | ||
| src | ||
| .env.example | ||
| DEVELOPMENT_GUIDE.md | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||