Support Async multi-threading
Open
enhancement
- Dominant language
- Java
- Stars
- 100
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
Refer to [stackoverflow issue](https://stackoverflow.com/questions/71437503/x-ray-and-async-multithreading-segment-cannot-be-found).
XRay does not provide wrappers for asyn thread scenario as [opentelemetry does](https://github.com/open-telemetry/opentelemetry-java/blob/main/context/src/main/java/io/opentelemetry/context/Context.java#L205-L312), that causes user trouble when child thread get started later than parent thread complete.
Contributor guide
Assessment
This issue has not been assessed yet.