Georgios Andrianakis

Results 773 comments of 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...

> 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,...

It seems like you are trying to build a native image but neither GraalVM nor Docker are available

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...