Skip to content

feat(notifications): wire RabbitMQ publish path in notification service (rabbitClient is nil) #245

Description

Summary

notification.NewService(repo, nil, wsBroadcaster) passes a nil RabbitMQ client (main.go:127), so the :76-83 publish path is dead and only in-app rows + (broken) WS broadcast remain.

Acceptance Criteria

  • Pass a real RabbitMQ client
  • Publish notification events to the queue
  • Consumer updates in-app/email/WS channels
  • Tests

Complexity

High.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programhigh-complexityHigh-complexity backend task requiring deep architectural workintegrationExternal integrations and APIs

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions