Samuel Vazquez

Results 48 comments of Samuel Vazquez

interesting to see graphql-kotlin with mvc, I did perform some benchmarks at some point, web flux with reactor netty vs servlet and virtual threads, netty is still faster and uses...

closing in favor of the other ktor update PR

use the coroutine scope from the graphQLContext which is located in the dataFetchingEnvironment, most of the time you DO NOT need to explicitly run coroutines in parallel, the coroutines state...

feel free to create a PR to apply the update, btw, how are you using the library with Quarkus ? are you implementing the graphql-kotlin-server interfaces for the Quarkus server...

@bbakerman any chance we could release an snapshot version of this branch ? i am very interested in trying this in graphql-kotlin, we have graphql servers with high load of...

oh right, so i tried the snapshot, and was able to see that now we are not creating CFs for values that are already in memory and those can be...

@snuderl i got the dd tracer java agent working with AOT by disabling all library instrumentations, you will loose spans and metrics but at least you will have jvm metrics.

Thats my bad, i made a mistake when releasing graphql-kotlin 8.3.0 -- that should've been a breaking change (ktor 3, kotlin 2), i was supposed to do a mayor release....