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

Alpakka producer context propagation #1168

Merged

Conversation

ivantopo
Copy link
Contributor

This PR brings instrumentation that propagates context from the place where ProducerMessage instances are created (either Message or MultiMessage) to the place where the actual Kafka Producer API is called, usually behind Producer.flow, Producer.flexiFlow, or Producer.committableSink.

This will ensure that the proper context is written to the Kafka messages and that those produce spans will be shown in the traces as well!

build.sbt Outdated Show resolved Hide resolved
@ivantopo ivantopo force-pushed the alpakka-producer-context-propagation branch 3 times, most recently from a921b5a to 05a577e Compare May 23, 2022 18:51
@ivantopo ivantopo force-pushed the alpakka-producer-context-propagation branch from 05a577e to b76d2b9 Compare May 23, 2022 18:55
@ivantopo ivantopo merged commit 5ee022b into kamon-io:master May 23, 2022
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