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

Fanout consumer does not need to mutate in some cases #9062

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

djaglowski
Copy link
Member

Follow up to #9053.

@dmitryax pointed out here that the fanout consumer will pass original data to a non-mutating consumer if any is available. This PR incorporates that point and updates test expectations accordingly.

@djaglowski djaglowski added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Dec 11, 2023
Copy link

codecov bot commented Dec 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9b6a18b) 91.49% compared to head (2746535) 91.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9062   +/-   ##
=======================================
  Coverage   91.49%   91.49%           
=======================================
  Files         316      316           
  Lines       17181    17184    +3     
=======================================
+ Hits        15720    15723    +3     
  Misses       1165     1165           
  Partials      296      296           

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

@djaglowski djaglowski marked this pull request as ready for review December 11, 2023 16:26
@djaglowski djaglowski requested review from a team, bogdandrutu and dmitryax December 11, 2023 16:26
@dmitryax dmitryax merged commit 7ec38e5 into open-telemetry:main Dec 11, 2023
32 checks passed
@github-actions github-actions bot added this to the next release milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants