Skip to content

Fix #488: wire deduplication service into EventSubscriber - #557

Merged
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
Demilade10:issue-488-wire-deduplication-service
Jul 29, 2026
Merged

Fix #488: wire deduplication service into EventSubscriber#557
Abd-Standard merged 1 commit into
Core-Foundry:mainfrom
Demilade10:issue-488-wire-deduplication-service

Conversation

@Demilade10

Copy link
Copy Markdown
Contributor

Closes #488

The EventDeduplicationService was already implemented and instantiated in index.ts, but never passed into EventSubscriber, so the duplicate-detection logic (isDuplicate, recordProcessedEvent, skip logging) was never actually running.

This PR wires the existing deduplicationService into the EventSubscriber constructor so duplicate events are detected, skipped, and logged as intended.

Change: 1 file, 1 line (listener/src/index.ts).

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@Demilade10 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Abd-Standard
Abd-Standard merged commit 0aa1fe3 into Core-Foundry:main Jul 29, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Duplicate Event Detection

2 participants