Use this tag for version specific questions about Eclipse Vert.x 4 - the event driven toolkit that runs on the JVM. When using this tag also include the more generic [vert.x] tag where possible.
Questions tagged [vertx4]
17 questions
0
votes
0 answers
Does vert.x zipkin integration provide support for sampling?
Use Case :
Using vert.x application as an API gateway for all incoming traffic. Want to sample incoming requests through vert.x
Sampling option inside ZipkinTracingOptions is hard coded to Sampler.ALWAYS_SAMPLE
I feel, we should provide the…

Nitish Goyal
- 97
- 10
0
votes
1 answer
Vert.x -- How to Execute Tasks/Methods in Parallel Using Future
I'm new to Vert.x async programming. I want to know how I could run multiple tasks in parallel using futures. (Similar to this one using Java's callable).
The following is what I have but the tasks are being executed sequentially. What am I…

YheCoder
- 61
- 1
- 7