-
Notifications
You must be signed in to change notification settings - Fork 107
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
Use typed Pydantic classes instead of CloudEvents for messages between ert components #8423
Conversation
7afd26e
to
8f47cbd
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8423 +/- ##
==========================================
+ Coverage 90.79% 90.81% +0.02%
==========================================
Files 342 339 -3
Lines 20945 20844 -101
==========================================
- Hits 19016 18930 -86
+ Misses 1929 1914 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
080d7d4
to
ce961d7
Compare
ce961d7
to
2e4c54c
Compare
1a67cc0
to
5654bd0
Compare
cc46c22
to
1222fbc
Compare
e034eae
to
442eaf0
Compare
442eaf0
to
8dd1295
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good improvement!
dfef56c
to
3acdf62
Compare
a4ec77b
to
851a2e1
Compare
This replaces the cloudevents library we used before. This was done both because cloudevents does not give any benefit to us and because the python cloudevents library is quite slow.
851a2e1
to
593b9c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing job @JHolba ! 🥇 🚀
Resolved all comments from the review
Issue
Resolves #8386
Approach
Replace cloudevents with json
When applicable