As I read, there are two types of clustering: horizontal and vertical.
I am trying vertical clustering with vertx.io.
I have two vertx applications running on two different machines. One application creates a TCP server while other application creates a HTTP server. Now I want to publish some messages on event bus that should be listen by vertical running TCP server.
I follow the these steps from vertx. I am not able to listen to messages published by the HTTP server on even bus.
Is vertical scaling supported by Vertx?