python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to record each throwable when using .onFailure().retry() with delay between retries
I need to record failure reason in metrics for each failed http call when using Vert.x WebClient. This compiles:
.onFailure()
.retry()
.withBackOff...

Panu Haaramo
Votes: 0
Answers: 1
Vert.x: How to send a post request?
My first Vertx Web app :
I expect To get the index.html at localhost.8080/Test then find a way to retrieve the data, but the page doesn't show
I have a RequestResponseExample class:
public class Reque...

RABII SISSI
Votes: 0
Answers: 2