Georgios Andrianakis
Georgios Andrianakis
This confuses me, don't we already use FastThreadLocal as a result of using Vert.x?
That's a pretty big performance impact! In Quarkus prod-mode, AFAIR, we use `VertxThread` for the worker pool as well, so we should always be using Netty threads, thus it makes...
That sounds reasonable to me.
> I do wonder if we're not better off to inject a custom Quarkus implementation of some SPI which applies both tricks. (I understand such an SPI doesn't exist yet,...
I can take a look next week
It seems like you are trying to build a native image but neither GraalVM nor Docker are available
`mvn package` does the trick
Yeah, we can definitely update that
It's hard to tell what the problem on this one is until we have a solution for https://github.com/quarkiverse/quarkus-vault/issues/78#issuecomment-1413342413
Nice! Right off the bat I would say that I don't believe there should be a Spring specific implementation in the core repo. Spring REST Template is not really something...