rwadurian/backend/services/mining-wallet-service/src/infrastructure/kafka/consumers
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
..
contribution-distribution.consumer.ts fix(mining-wallet): fix Kafka consumers not subscribing to topics 2026-01-13 23:31:31 -08:00
user-registered.consumer.ts fix(mining-wallet): fix Kafka consumers not subscribing to topics 2026-01-13 23:31:31 -08:00