Netflix / dgs-framework

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

Avoid overhead in loading DataLoaderInstrumentationExtensionProviders #1814

Closed kilink closed 5 months ago

kilink commented 5 months ago

DgsDataLoaderProvider was querying the ApplicationContext to find DataLoaderInstrumentationExtensionProvider instances on every invocation of its buildRegistryWithContextSupplier method; switch to wiring them up once in DgsAutoConfiguration.