Relative Content

Tag Archive for quarkusvert.x

ContextLocals not propagated over vertx (quarkus)

I use a http filter and ContextLocals to store contextual information extracted from http request headers. It working nice with blocking http handler but not with non blocking code like ExceptionMapper<NotFoundException>.

ContextLocals not propagated over vertx

I use a http filter and ContextLocals to store contextual information extracted from http request headers. It working nice with blocking http handler but not with non blocking code like ExceptionMapper<NotFoundException>.

Quarkus Vertx JDBC Logging issue

I had a vertx application, I migrated to quarkus. To not reimplement everything from scratch I reuse my vertx verticles in quarkus, and these verticles uses vertx-jdbc to access a database. It looks good so far and everythink seams to work except that I see a lot of warnings in the logs which makes reading logs impossible.