python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Reactive driver for MariaDB
I'm using Quarkus + Munity + Reactive Driver for MariaDB.
I have a question to understand how reactive driver is working.
I want to process 20_000_000 entries stored in my database.
For that, I want t...
Malys
Votes: 0
Answers: 1
What are advantages of Vert.x comparing to threadPool?
On web scene, I use SpringBoot handle requests, for each request, main thread send several requests to other servers to acquire data (this step use treadPool to async), finally main thread "get&q...
William
Votes: 0
Answers: 1
Vertx GRPC Stream Observer
I have implemented GRPC bidirectional streaming service using vertx. Once I got the responses from server side, I have to do another process based on the response. For this I have used requestStreamOb...

ThilinaMD
Votes: 0
Answers: 1
How to interpret Vertx Web LoggerHandler output
I am using LoggerHandler in a vertx web project. I am a bit confused about the output of the logger:
WARNING: 0:0:0:0:0:0:0:1 - - [Sat, 15 Jan 2022 18:38:43 GMT] "DELETE /article_categories/1 HTT...

ekene
Votes: 0
Answers: 1