This directory contains the different microservices developed in the book. In order of appearance:
- Hello Microservice - HTTP
- Hello Consumer Microservice - HTTP
- Hello Microservice - Event Bus
- Hello Consumer Microservice - Event Bus
- Hello Microservice with faults
- Hello Consumer Microservice with timeout and reply
The -consumer projects invoke the corresponding services:
- The Hello Consumer Microservice - HTTP invokes the Hello Microservice - HTTP.
- The Hello Consumer Microservice - Event Bus invokes the Hello Microservice - Event Bus.
- The Hello Consumer Microservice with timeout and reply invokes the Hello Microservice with faults.
Be aware to run both at the same time.
Each project is built with Apache Maven:
cd $DIRECTORY
mvn clean package
Each project contains a README
with running instructions.