Question: 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: And My Html Code index.html Answer: Solution ...
Question: I need to record failure reason in metrics for each failed http call when using Vert.x WebClient. This compiles: I’m recording metrics in retryTimeExpired method. But at runtime I get this: I could of course add sleep but this ...