rwadurian/backend/services/contribution-service/src/api/controllers
hailin 1c787a22a3 fix(mining): 修复 mining-service 订阅错误的 Kafka topic
问题:mining-service 订阅的是 cdc.contribution.outbox (Debezium CDC topic),
但 contribution-service 使用 Outbox Pattern 直接发送到 contribution.{eventType} topic。

修复:
- mining-service 订阅正确的 topic 列表
- 修复消息解析逻辑支持 Outbox Pattern 消息格式
- contribution-service 添加 GET /admin/unallocated-contributions 端点(调试用)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 03:03:17 -08:00
..
admin.controller.ts fix(mining): 修复 mining-service 订阅错误的 Kafka topic 2026-01-20 03:03:17 -08:00
contribution.controller.ts feat(contribution/mining-app): add team tree API using contribution-service 2.0 2026-01-16 09:17:18 -08:00
health.controller.ts feat(contribution): add CDC sync status API and fix deploy script timing 2026-01-13 21:34:58 -08:00
snapshot.controller.ts feat(contribution-service): 添加算力管理微服务 2026-01-10 17:39:25 -08:00