kit icon indicating copy to clipboard operation
kit copied to clipboard

Adds events/batch/singular

Open JoshVanL opened this issue 2 years ago • 1 comments

Adds Singular Batcher which treat all events as the same event key. Subscribers provide a function when subscribing which will be executed once the batch triggers.

Used by https://github.com/dapr/components-contrib/pull/3363

JoshVanL avatar Feb 26 '24 12:02 JoshVanL

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.95%. Comparing base (9e733a3) to head (fa869e2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #85      +/-   ##
==========================================
+ Coverage   79.76%   79.95%   +0.18%     
==========================================
  Files          55       56       +1     
  Lines        4339     4365      +26     
==========================================
+ Hits         3461     3490      +29     
+ Misses        732      730       -2     
+ Partials      146      145       -1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Feb 26 '24 12:02 codecov-commenter