Skip to content
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

Events: type Batcher value & ensure queue order #89

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

JoshVanL
Copy link
Contributor

Update Batcher to allow for typed value types.

Update Batcher and Queue to execute values in order they were added.

Update Batcher to allow for typed value types.

Update Batcher and Queue to execute values in order they were added.

Signed-off-by: joshvanl <[email protected]>
@JoshVanL JoshVanL requested review from a team as code owners March 11, 2024 14:28
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 93.10345% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 79.94%. Comparing base (e33fbab) to head (7a17944).

Files Patch % Lines
events/batcher/batcher.go 92.45% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #89   +/-   ##
=======================================
  Coverage   79.93%   79.94%           
=======================================
  Files          56       56           
  Lines        4351     4382   +31     
=======================================
+ Hits         3478     3503   +25     
- Misses        728      733    +5     
- Partials      145      146    +1     

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

@JoshVanL JoshVanL marked this pull request as draft March 11, 2024 14:35
@JoshVanL JoshVanL marked this pull request as ready for review March 11, 2024 14:44
@yaron2 yaron2 merged commit 6c3b2ee into dapr:main Mar 26, 2024
6 checks passed
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.

3 participants