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

Change Queue interface to return a callback instead of an index #12230

Merged
merged 1 commit into from
Feb 1, 2025

Conversation

bogdandrutu
Copy link
Member

@bogdandrutu bogdandrutu commented Jan 31, 2025

This change will allow to simplify significantly the implementation for when queue is disabled and caller must block until the batch is constructed and processed downstream

Updates #8122

It is ok to have this as a breaking change since Queue is still experimental.

@bogdandrutu bogdandrutu requested a review from a team as a code owner January 31, 2025 21:38
@bogdandrutu bogdandrutu force-pushed the done-callback branch 2 times, most recently from bb7ff47 to eda2037 Compare January 31, 2025 21:47
Copy link

codecov bot commented Jan 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (8de90e7) to head (9be07e7).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12230      +/-   ##
==========================================
+ Coverage   91.23%   91.30%   +0.07%     
==========================================
  Files         466      464       -2     
  Lines       25656    25662       +6     
==========================================
+ Hits        23406    23430      +24     
+ Misses       1837     1819      -18     
  Partials      413      413              

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

@bogdandrutu bogdandrutu enabled auto-merge February 1, 2025 00:07
@bogdandrutu bogdandrutu force-pushed the done-callback branch 2 times, most recently from b441177 to 6c5a499 Compare February 1, 2025 00:12
@bogdandrutu bogdandrutu added this pull request to the merge queue Feb 1, 2025
Merged via the queue into open-telemetry:main with commit 4ee2b50 Feb 1, 2025
53 checks passed
@bogdandrutu bogdandrutu deleted the done-callback branch February 1, 2025 01:00
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.

2 participants