Add support Spring-Pulsar #13309
Labels
contribution welcome
Request makes sense, maintainers probably won't have time, contribution would be welcome
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
When I use spring-pulsar to make A send messages to B through pulsar topic, and then consumer B calls C, then I should see the trace has A -> B -> C, instead I only see A -> B, I have to use
@WithSpan
to continue tracing C.This issue is similar to #2436.
Describe the solution you'd like
Add spring-pulsar Javaagent to solve this problem.
Describe alternatives you've considered
No response
Additional context
I'd like to contribute this component myself.
The text was updated successfully, but these errors were encountered: