You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vyj7 are you aware that SchemaMapping and BatchMapping methods support returning Callable that's invoked through the configured Executor, e.g. VirtualThreadTaskExecutor?
The discussion that Brian referenced would need to progress for deeper support at the level of GraphQL Java, but as it is today, you can use virtual threads.
We recently migrated from java-kickstart. I have explored spring-graphql very minimal so that migration can be smooth. But this looks promising to me.
Thanks @bclozel@rstoyanchev . I will try doing it.
rstoyanchev
changed the title
Java 21 virtual thread support with spring-graphql
Updated documentation with guidance on using virtual threads
Feb 13, 2024
I was wondering if we have support to use virtual threads, for batch-loaders as opposed to current use?
The text was updated successfully, but these errors were encountered: