-
Notifications
You must be signed in to change notification settings - Fork 415
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
Add deduplication middleware and publisher decorator #423
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #423 +/- ##
==========================================
- Coverage 76.69% 66.96% -9.74%
==========================================
Files 57 64 +7
Lines 3012 4277 +1265
==========================================
+ Hits 2310 2864 +554
- Misses 563 1239 +676
- Partials 139 174 +35 ☔ View full report in Codecov by Sentry. |
I bumped the coverage to keep Codecov happy. |
The change was requested by maintainers so that deduplication could be distributed.
@roblaszczak I resolved all the conversations by doing a bit of a re-write to address the core issue: I added the interface |
Thanks @dkotik 🍻 |
Useful for many projects. If similar messages appear, discards all but the first one in a given time window.