rwadurian/backend/services/mining-wallet-service
hailin 6594845d4c fix(mining-wallet): fix Kafka consumers not subscribing to topics
- Change consumers from @Injectable to @Controller for @EventPattern to work
- Move consumers from providers to controllers array in module
- Add subscribe.fromBeginning config to Kafka microservice

The consumers were not receiving messages because NestJS microservices
require @EventPattern handlers to be in @Controller classes, not just
@Injectable services.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 23:31:31 -08:00
..
prisma refactor(prisma): consolidate migrations into single init files 2026-01-12 11:04:24 -08:00
src fix(mining-wallet): fix Kafka consumers not subscribing to topics 2026-01-13 23:31:31 -08:00
.env.example feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00
Dockerfile refactor(api): 升级 mining-service 和 mining-wallet-service API 前缀至 v2 2026-01-11 22:31:06 -08:00
nest-cli.json feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00
package-lock.json feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00
package.json feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00
tsconfig.json feat(mining-wallet-service): 添加独立钱包管理微服务 2026-01-10 22:21:08 -08:00