Hi Kuujo,
I would have a different but related question. I use Vert.x 2.1.2 and as far as I can see you are only able to change the cluster manager if you run your modules as fat jars with
java -Dvertx.clusterManagerFactory=YourClusterManagerFactory -jar you-fat.jar -cluster -cp your-cluster-mgr.jar
Is it the case? Because only the FatJarStarter.java uses the vertx.clusterManagerFactory VM argument.
And if this is the case do you plan to make it possible when you run your modules with vert.x like
vertx runmod ...
Thx,
Iván