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)
Caching Web Client in Vert.x
This is the architecture I am trying to build where I first check in Redis cache and incase of a cache miss go to downstream. Found Caching web client in vert x 4.2.0 and newer version but does that a...
Sumeet Sanwal
Votes: 0
Answers: 1
vertx Router no response
I wrote a dispatcher which routing a request to backend server, and response from backend is encrypted. When I decrypt the response body and write to RoutingContext response. Client can't receive resp...

tamaru
Votes: 0
Answers: 1
What happens internally when we create multiple instances of standard and worker verticle?
Lets say we create a standard verticle and a worker verticle. Now we increase the instances to 2 each.
So when lets say 10 users requests at a time what happened previously and what will happen now in...
Utkal keshari Sahu
Votes: 0
Answers: 1