BornToRain

Results 6 comments of BornToRain

Now I also have this problem, why haven't fixed it.

io.vavr.collection.HashMap

thanks, vavr collection is ok.but Future have problem. ![image](https://user-images.githubusercontent.com/19318296/33237921-8b250d92-d2bc-11e7-9e94-9eafaf0032d9.png) controller return io.vavr.concurrent.Future have error; ![image](https://user-images.githubusercontent.com/19318296/33237933-d0633fbe-d2bc-11e7-9340-7320241159c1.png) Future.toCompletableFuture() is ok;

ObjectMapper had registered VavrModule

spring-boot-starter-data-mongodb

> 你是什​​么意思`work verticle numbers`?单个工作程序顶点的实例数? no, the number of worker verticle is not the number of worker verticle instances. ex: ```java // 1 worker verticle numbers vertx.deployVerticle(HelloVerticle.class, new DeployOptions().setWorker(true).setInstances(CPUS)); ```