java-aws-sdk
java-aws-sdk copied to clipboard
Managed Scope Died on Chained Completable Future
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