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: event bus implementation #45

Merged
merged 1 commit into from
Aug 10, 2021
Merged

feat: event bus implementation #45

merged 1 commit into from
Aug 10, 2021

Conversation

richardcase
Copy link
Member

@richardcase richardcase commented Jul 30, 2021

What this PR does / why we need it:

This is currently work in progress

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #28

Special notes for your reviewer:

Checklist:

  • squashed commits
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

Release note:

Added event service implementation based on transport.

@richardcase richardcase added the kind/feature New feature or request label Jul 30, 2021
@richardcase richardcase force-pushed the 28_events branch 2 times, most recently from d84e413 to 402f090 Compare August 10, 2021 16:26
@richardcase richardcase changed the title WIP: feat: event bus implementation feat: event bus implementation Aug 10, 2021
@github-actions github-actions bot added size/m and removed size/s labels Aug 10, 2021
Added a event bus interface and concrete implementation using
transport. This will be used to communicate events between
different parts of the system.

Signed-off-by: Richard Case <[email protected]>

stuff

Signed-off-by: Richard Case <[email protected]>
@richardcase richardcase merged commit e0ca430 into main Aug 10, 2021
@richardcase richardcase deleted the 28_events branch August 10, 2021 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create event notification system
1 participant