LawrencezZZZ opened a new issue, #12527: URL: https://github.com/apache/skywalking/issues/12527
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component OAP server (apache/skywalking) ### What happened I am using the SkyWalking exporter to export trace data to Kafka. The data obtained from Kafka is split by service rather than by each trace, I can still associate the data using the traceId. The problem is that in the spans of each piece of data, the spanId and parentSpanId are often null, making it difficult for me to link the data together. ### What you expected to happen All spans should with correct spanId and parentSpanId. ### How to reproduce Export trace date to kafka ### Anything else _No response_ ### Are you willing to submit a pull request to fix on your own? - [ ] Yes I am willing to submit a pull request on my own! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
