sanInc
sanInc
not sure if these would help , cant upload whole JFR due to organization policy.   
` public class BootStrapp{ public static Vertx getVertx(){ } private static Vertx vertx; public static void main(String [] args){ vertx = Vertx.vertx(); DepolymentOptions options = new DeploymentOptions(). setThreadingModel(ThreadingModel.VIRTUAL_THREAD; //setThreadingModel(ThreadingModel.EVENT_LOOP; vertx.deployVerticle(MainVerticle.class.getName(),options,res->{...
 This call sequence is not there in Eventloop model. is this causing performance issue ?