Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.95 KB

readme.adoc

File metadata and controls

58 lines (32 loc) · 1.95 KB

Java (Spring Boot, Vert.x and Microprofile) + Istio on Kubernetes/OpenShift

There are three different and super simple microservices in this system and they are chained together in the following sequence:

customer → preference → recommendation

For now, they have a simple exception handling solution for dealing with a missing dependent service: it just returns the error message to the end-user.

Table of Contents