Skip to content

initial implementation of the event broker#58

Open
walshmm wants to merge 3 commits intonextfrom
ewm13858_implement_event_broker_framework
Open

initial implementation of the event broker#58
walshmm wants to merge 3 commits intonextfrom
ewm13858_implement_event_broker_framework

Conversation

@walshmm
Copy link
Contributor

@walshmm walshmm commented Feb 5, 2026

Short description of the changes:

This pr implements the event broker as specified by ewm 13858

Check list for the pull request

  • I have read the [CONTRIBUTING]
  • I have read the [CODE_OF_CONDUCT]
  • I have added tests for my changes
  • I have updated the documentation accordingly

Check list for the reviewer

  • I have read the [CONTRIBUTING]
  • I have verified the proposed changes
  • best software practices
    • all internal functions have an underbar, as is python standard
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

Manual test for the reviewer

References

@codecov-commenter
Copy link

codecov-commenter commented Feb 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.48%. Comparing base (502f0ab) to head (72298ca).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next      #58      +/-   ##
==========================================
+ Coverage   82.51%   88.48%   +5.97%     
==========================================
  Files           6        9       +3     
  Lines         223      304      +81     
==========================================
+ Hits          184      269      +85     
+ Misses         39       35       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@walshmm walshmm marked this pull request as ready for review February 12, 2026 14:44
@KyleQianliMa KyleQianliMa self-requested a review February 12, 2026 19:42
@walshmm walshmm force-pushed the ewm13858_implement_event_broker_framework branch from 1a7c898 to 72298ca Compare February 12, 2026 20:51
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