java-sdk
java-sdk copied to clipboard
Trace propagation that depends on durabletask-java and durabletask-go
Description
Initial work to propagate the trace context on DaprWorkflowClient and surface TraceParentId on ActivityWorkflowContext. This PR depends on these two other PRs:
- https://github.com/dapr/durabletask-java/pull/39/ which depends on:
- https://github.com/dapr/durabletask-go/pull/39
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1478
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list:
- [ ] Code compiles correctly
- [ ] Created/updated tests
- [ ] Extended the documentation