Description
This issue aims to address the implementation of Implement a Transactional Outbox for Guaranteed Event Delivery.
The core objective is to: Persist domain events in the same DB transaction as state changes and relay them to the WebSocket gateway and queue with at-least-once delivery and dedup keys.
By completing this feature, we will ensure that the TrustFlow protocol maintains its high standards for security, usability, and decentralized logic. This issue requires careful attention to the Backend architecture and adherence to the existing project conventions.
When picking up this issue, please ensure you document any new dependencies or architectural decisions made during development.
Component
Backend
Difficulty
🔴 Hard
Tasks
Acceptance Criteria
Estimated Time
3-5 days
Description
This issue aims to address the implementation of Implement a Transactional Outbox for Guaranteed Event Delivery.
The core objective is to: Persist domain events in the same DB transaction as state changes and relay them to the WebSocket gateway and queue with at-least-once delivery and dedup keys.
By completing this feature, we will ensure that the TrustFlow protocol maintains its high standards for security, usability, and decentralized logic. This issue requires careful attention to the Backend architecture and adherence to the existing project conventions.
When picking up this issue, please ensure you document any new dependencies or architectural decisions made during development.
Component
Backend
Difficulty
🔴 Hard
Tasks
backend/npm run lintAcceptance Criteria
Estimated Time
3-5 days