-
Notifications
You must be signed in to change notification settings - Fork 45
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
Added plugin support #145
Added plugin support #145
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #145 +/- ##
==========================================
+ Coverage 95.64% 95.65% +0.01%
==========================================
Files 27 28 +1
Lines 2869 2922 +53
Branches 374 393 +19
==========================================
+ Hits 2744 2795 +51
- Misses 124 126 +2
Partials 1 1 ☔ View full report in Codecov by Sentry. |
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.
🥇 🐐 🚀
This is such an elegant solution!
- Added plugin support for `MessageStore`, `DataStore`, `ResumableDataStore`, `EventLog` and `EventStream`. - Exposed config for `EventStream`. - Exposed config for `ResumableTaskStore`. - Refactored/consolidated repeated test code. - Various renames.
MessageStore
,DataStore
,ResumableDataStore
,EventLog
andEventStream
.EventStream
.ResumableTaskStore
.