cadence-java-client
cadence-java-client copied to clipboard
Refactor context prop support to allow things like opentelemtry to work properly with the cadence sdk
Refactor the context propagators to support OpenTelemetry and add an example OTEL propagator.
I triggered a build for this PR but as with my other PR (https://github.com/uber/cadence-java-client/pull/619), this one is failing build too. Something is broken with Buildkite and we are trying to understand what the issue is but compileThrift
step is failing for some reason. We don't know the exact reason yet but hoping to resolve it soon. Let us know if you can find out something to fix the issue.
Some update here: The issue is related to Java11 and Alpine. We are looking into how we could fix it. All the PRs will be potentially blocked until the fix unfortunately.
Fix is here: https://github.com/uber/cadence-java-client/pull/625
rebased this PR on top of 3.5.0. Have to go through all the comments still