this is not a real problem which needs help... but a discussion about the approach. Suppose i have a Java web application developed using vert.x which expose many REST services.
Would you deploy n REST verticles, each one reachable on its port and exposing his API?
or
would you just deploy one REST verticle and redirect calls internally using the event-bus and WebAPI?
Please explain why and if there's some detailed documentation or analysis.
Thank you
It's just thinking about how to do things