Vertx clusters typically use a Cluster Manager based on Hazelcast as it provides auto-node-discovery and group membership for the Vertx nodes in a cluster along with support for distributed data sharing. The vertx-hazelcast jar should be on your CLASSPATH for Vertx to detect it, and use it as the default cluster manager. The cluster could be configured using the default-cluster.xml…
Tech Talkies
Ramblings of an Inquistive Mind