Articles Related
Management
Start
Verticle
A vertx instance is started normally with a verticle. See verticle run.
Bare
You can also start bare Vert.x instances - i.e. instances that are not initially running any verticles. Why ? because they will also failover for nodes in the cluster.
vertx run -ha
# same as ?
vertx bar
where:
- ha means high availability