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

Run emitter publisher decorators after registering the emitter to channel registry #2370

Merged
merged 1 commit into from
Nov 8, 2023

Conversation

ozangunalp
Copy link
Collaborator

Fix after #2342

This way decorators can access channel registry to check if the channel is an emitter or not.
Additional changes :

  • PublisherDecorator calls are made to the decorate(Multi<Message>, List<String>, boolean) method with list of channel names.
  • EmitterImpl#send(Message) method now captures the context metadata – Don't know why it wasn't done before. Looks like it was forgotten.

@ozangunalp
Copy link
Collaborator Author

Blocker for OTel 1.31 integration for Quarkus

@ozangunalp ozangunalp added this to the 4.11.0 milestone Nov 7, 2023
@ozangunalp ozangunalp merged commit c614715 into smallrye:main Nov 8, 2023
4 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.

2 participants