Category "vert.x"

My Junit5 Test class not running, package XXX does not exist error

I have a maven project setup as normal: src/main/java/a/b/c/MyApp src/test/java/a/b/c/MyAppTest I am having a weird problem in IntelliJ, where my junit5 test cl

Vertx Http Client not working after setShared to true

I got the following when I set .setShared(true) in my WebClientOptions: java.lang.ClassCastException: class io.vertx.core.http.impl.SharedHttpClient cannot be c

How to run event sequentially in Mutiny

I am using the Mutiny library within the Quarkus framework in Java 11. I am wonderring which is the best way of running several events sequentially by storing t

Router.router path param is empty

I have a API,created by val router = Router.router(vertx) router.patch("/api/v2/user/:userId/names") if user id is not passed getting message - "error":

Why Vert.x blocks event loop thread when using Oracle Reactive Client

I try to user Vert.x Reactive Oracle Client version 4.2.6 to avoid blocking threads in event loop. I decided to test a really long query: GlobalScope.launch(ver

Get request body in Quarkus Interceptor

I have written an interceptor in Quarkus based application. @AccessPolicy //custom annotation @Interceptor public class PolicyInterceptor { @AroundInvoke

Make iterations of a loop sequentially in Mutiny

I am new in the reactive programming world. I am currently working in a Java reactive application using the Mutiny library. I need to develop a loop that waits

Quarkus upgrade complaining regarding vertx thread in tests

I have recently upgraded quarkus to 2.9.0.CR1 and am now having issues in some of my tests I am using reactive panache in this, through the repository pattern.

vertx-db2-client return error codes when querying data with chinese characters

Like picture above Are there some options to control the encoding? (switch between UTF8 and GBK?) I found a DEFAULT_CHARSET property(the value is utf8) in io.v

Quarkus upgrade vertx dns resolver ignoring kubernetes dns

I have upgraded the version of quarkus to 2.8.0.CR1 My quarkus apps are using a mix of camel, mutiny, resteasy, mongo, pubsub and it seems to have been reproduc

Websocket and cross-domain

Currently, I am developing two webapps : the core, developed in Java with Vert.x, receives data from a lot of other apps and sends it to client) the client,

Any java async tracing framework?

I'd like to trace my async application with some key checkpoint. Is there any popular framework I can use? For example, I may choose to use vert.x or any other