Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(outbox): add events outbox relayer #64

Closed

Conversation

igmagollo
Copy link
Contributor

@igmagollo igmagollo commented Dec 12, 2023

What this PR does

  • It adds a relayer, a Poller and a Marker interface
  • It implements relayer decoupled from the poller, marker and publisher (which is a watermill publisher)
  • It implements poller and marker using Ent with reflection
  • It adds Unit tests for relayer, poller and marker
  • It adds tracing, metrics and logging for the relayer
  • It moves the entInit from the /tests to /internal/events/outbox/ent
  • It adds to pkg a fx module to setup relayer and start relaying
  • It adds a sync publisher based on watermill using an equivalent config

@igmagollo igmagollo changed the title feat(outbox): add events outbox relayer internals feat(outbox): add events outbox relayer Dec 12, 2023
@igmagollo igmagollo closed this Apr 9, 2024
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.

2 participants