Introduction #

The microservices in this example are identical to the examples from the previous chapters (see Example).

  • The catalog microservice controls the information concerning the goods.

  • The customer microservice stores the customer data.

  • The order microservice can receive new orders. It uses the catalog and customer microservice via REST.

  • In addition, there is the Hystrix dashboard, a Java application for visualizing the monitoring of the Hystrix circuit breaker.

  • Finally, there is a web page microservices that contains links to the microservices and thus facilitates the entry into the system.

Get hands-on with 1200+ tech skills courses.