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

Add support Spring-Pulsar #13309

Open
CodePrometheus opened this issue Feb 15, 2025 · 0 comments · May be fixed by #13320
Open

Add support Spring-Pulsar #13309

CodePrometheus opened this issue Feb 15, 2025 · 0 comments · May be fixed by #13320
Assignees
Labels
contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome enhancement New feature or request

Comments

@CodePrometheus
Copy link

CodePrometheus commented Feb 15, 2025

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.

@CodePrometheus CodePrometheus added enhancement New feature or request needs triage New issue that requires triage labels Feb 15, 2025
@jaydeluca jaydeluca added contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome and removed needs triage New issue that requires triage labels Feb 15, 2025
@CodePrometheus CodePrometheus linked a pull request Feb 16, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome Request makes sense, maintainers probably won't have time, contribution would be welcome enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants