python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Vert.x event bus consumer called twitce
i wrote a simple code for communicate between a java server in vert.x and a browser client with the event bus library. The client send a message to the server through the event bus and the server call...
Stardustt
Votes: 0
Answers: 0
How to instruct the QuarkusApplication to wait until the reactive vertx MySQLPool completes the execution of executeBatchAndForget statement?
We have a requirement to load a huge file to MySQL DB. I have written a simple QuarkusApplication with quarkus-reactive-mysql-client to execute a executeBatchAndForget to batch import the records int...
user1637487
Votes: 0
Answers: 0
AWS AMQP + SSL Connection with vertx
I am trying to connect a service with activemQ in my local i am trying with this connection:
fun start(vertx: Vertx, address: String): Single<MQServerConnection> {
val options: AmqpClientOpt...
Code Geas Coder
Votes: 0
Answers: 1
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 cast to class io.vertx.core.http.impl.Htt...
Alexey Surovenko
Votes: 0
Answers: 1