Open
Description
After converting a scala future to a java future, the synchronous functions are implemented by calling async ones.
And it's not using the ones that are taking the extra executor parameter. https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html#thenApplyAsync-java.util.function.Function-
In this case, thread local values will be lost including the execution context
Metadata
Metadata
Assignees
Labels
No labels