specify context for Vert.x Future to run them concurrently
I’m very new to Vert.x and I decided to try it hoping that it offers Future api similar to Scala Future or even Cats/ZIO IO, but it seems that I cannot run multiple futures in parallel from my main function.
Is it possible for a service to implement two service proxies in vertx
Is it possible for an implementation to have multiple service proxy interfaces? I have an example for reading and writing a Person. I am getting a timeout error when I test it.