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

[ECP-9414] Generate event dispatcher/observer mechanism for reliability events #2765

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

khushboo-singhvi
Copy link
Contributor

Description

Reliability project requires an event handling mechanism since it is an asynchronous flow. On the data collection points, an event needs to be dispatched and an observer should catch those events and saves them to the DB. Inserting data collection points is out of scope for this ticket.

Tested scenarios

  • Event dispatcher firing an event which is caught by the observer.
  • Observed event is inserted into the DB.

Fixes

@khushboo-singhvi khushboo-singhvi requested a review from a team as a code owner October 8, 2024 08:28
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.

3 participants