This repository contains the source code from the Reactive Microsevices in Java - Asynchronous, Elastic, Resilience Applications book. It contains the source code shown in the book as well as other examples.
The repository is structured as follows:
- Hello Vert.x - the Vert.x Hello World
- Packaging Examples - build Vert.x application using any tool
- Reactive Programming (RX Java 1) examples
- Microservices - the different microservices built in the book
- OpenShift - the microservices built in the book running on top of OpenShift
Each directory contains the instructions to build and run the module.