Vert.x Hacks

an appropriate application of ingenuity

In this video I’ll show you how to build microservice applications with Vert.x and deploy on Heroku. You will see how to overcome the lack of eventbus and to be resilient to failures with service discovery and circuit breakers.

Async programming is here to stay, it has proven that it can handle the load modern applications demand. Starting with async programming can be a total mind shift, once you add scaling to the equation it can get really complex! But why does it need to be so complicated?