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

Improve auto context propagation in lifting and ConnectableFlux intersection #3787

Merged
merged 6 commits into from May 6, 2024

Conversation

chemicL
Copy link
Member

@chemicL chemicL commented Apr 17, 2024

Combining ConnectableFlux or Fuseable operators and wrapping via Hooks could lead to ClassCastException or lack of ThreadLocal restoration. ConnectableFlux and Fuseable handling has been improved. Also, lifting now avoids unnecessary multiple-wrapping.

Fixes #3762

@chemicL chemicL added type/bug A general bug area/context This issue is related to the Context area/observability labels Apr 17, 2024
@chemicL chemicL added this to the 3.6.6 milestone Apr 17, 2024
@chemicL chemicL self-assigned this Apr 17, 2024
@chemicL chemicL requested a review from a team as a code owner April 17, 2024 13:48
@chemicL chemicL merged commit c760a0a into 3.6.x May 6, 2024
8 checks passed
@chemicL chemicL deleted the lift-and-connectable-flux-context-prop branch May 6, 2024 11:34
@chemicL
Copy link
Member Author

chemicL commented May 6, 2024

@violetagg thank you for the review!

chemicL added a commit that referenced this pull request May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/context This issue is related to the Context area/observability type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants