Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.06k stars 295 forks source link

optional-context-propagation #1878

Closed paulbakker closed 5 months ago

paulbakker commented 5 months ago

Make ContextSnapshotFactory nullable. Internally at Netflix our context propagation can wrap the AsyncTaskExecutor itself, so we don't need to propagate from within it as well.