Samuel Vazquez

Results 48 comments of Samuel Vazquez

@Jarred-Sumner just tried 1.0.33, seems that awssdk hanging issue got fixed, will keep an eye on it.

The only pending thing is a review, it might take a while, I advice you to implement this in your own space if you have a custom build of the...

>so I'm wondering if the Router is the right place for this. Is there something blocking you from using an existing proxy or service mesh to do this? you could...

The spring webflux reference highlights that reactor-http-epoll threads should only be used for handling requests including deserialization, it is very important to not include blocking operations or intensive CPU operations...

please provide a repo link/zip file with repro steps. Out of curiosity for your "working variant" why would you mark your function as suspend if you are not executing any...

https://github.com/ExpediaGroup/graphql-kotlin/pull/2032

can you provide a minimal project with repro steps, are you using servlet 3.1 ?

I am having a hard time understanding this issue, yes I can repro the @EnableWebMvc vs @EnableWebFlux issue, but I can't even send a graphql request to the project you...

try https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/8.2.0