rwadurian/backend/services/mining-admin-service/src
hailin 5e16adc1ec fix(mining-admin): use outbox_id for event idempotency key
The outbox_events table uses outbox_id as the primary key column name
(mapped from id in Prisma). When Debezium captures changes, the message
contains outbox_id field, not id. This caused all events to have
undefined eventId, resulting in duplicate detection treating all events
as duplicates after the first one.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 21:41:54 -08:00
..
api feat(sync): 添加批量同步 API 端点 2026-01-11 21:27:35 -08:00
application fix(mining-admin): calculate distribution amounts from actual adoption data 2026-01-12 09:55:27 -08:00
infrastructure fix(mining-admin): use outbox_id for event idempotency key 2026-01-12 21:41:54 -08:00
shared feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
app.module.ts feat(mining-ecosystem): 添加挖矿生态系统完整微服务与前端 2026-01-10 17:45:46 -08:00
main.ts chore(mining-admin-service): 统一API版本为v2 2026-01-11 19:25:49 -08:00