DEV Community

Said Olano
Said Olano

Posted on

Eureka, api-gateway-&-3-microservices

In this video, I show the way to configure and run:

https://youtu.be/UxzVPoPtIio

  1. Eureka Server in Spring Boot as a Service Discovery mechanism to register services (3 microservices - [2 instances per each one]).
  2. API Gateway to redirect all the request to it and it can manage/orchestrate the request properly to the microservices.
  3. 3 microservices (ms-orders, ms-products & ms-payments).

Here some pictures of the work done.

Top comments (0)