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

Support Spring Kafka 3 #7271

Merged
merged 4 commits into from
Nov 29, 2022
Merged

Conversation

mateuszrzeszutek
Copy link
Member

Fixes #7265

I took a look at the new Observation API, and I think that it still makes sense to continue using the interceptors to implement this instrumentation: they implement the OTel spec (which includes way more attributes than the default observation convention implemented in Spring), and cooperate with the Kafka client instrumentation and link the receive and process spans together. And it's quite a simple change in one of our interceptors, instead of rewriting everything.

(Draft because Spring Boot 3 hasn't released yet, and it is required to run the tests. If we're not in a hurry this PR can wait a bit for that)

@trask trask added this to the v1.21.0 milestone Nov 22, 2022
Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@laurit laurit merged commit 69938b3 into open-telemetry:main Nov 29, 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.

Support Spring Kafka 3
3 participants