Posts

Showing posts with the label framework

Vertx 3 looks amazing nice reactive microservices framework lib

Vertx 3 looks amazing nice reactive microservices framework lib It looks like Vertx 3 is a very significant release. It fills many gaps and fixes direction with Vertx 2 (which was already very compelling). Vertx 3 seems even more targeted at the reactive microservice space. It adds support for pluggable messaging, it has more than one cluster manager, it has async MySQL support, as well as async support for Redis, and PostgreSQL support, and MongoDB. (We are not using any of those but at least there are patterns in play for Cassandra).  A web style framework to make dealing with Vertx core HTTP a little smoother, etc. Anyway.. I used Vertx 2 quite a bit, and am very interested in Vertx 3.  QBit is mostly based on Vertx2. Many ideas for QBit came straight out of working with Vertx2. I am a big fan. I plan on porting QBit to Vertx3 very soon. Also most of the examples are using Vertx2 more like a lib than using Vertx as described in the docs. I want to start to change that and h...