opentracing-contrib / java-aws-sdk

OpenTracing instrumentation for AWS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managed Scope Died on Chained Completable Future

DarthJonathan opened this issue · comments

Hi I've been using this SDK 2 for async client S3. I've had some problem mainly the Scoped died as in async chain .thenCompose() or thenApply is not under the same traceId. I tried using traced Executor for async processing in the async client threadpool but the context doesn't seem to be passed..

Have anyone faced this issue? Thanks