Spring Boot Kafka Microservices - #15 - Run 3 Microservices Together and Have a Demo


Welcome to Spring Boot Kafka Event-Driven Microservices Series. In this lecture, we will Run 3 Microservices Together and Have a Demo.

Lecture - #15 - Run 3 Microservices Together and Have a Demo

Run 3 Microservices Together and Have a Demo

Let's run all the below 3 Spring boot microservices projects:
  1. order-service
  2. stock-service
  3. email-service
Let's make a REST API call to send an Order:
Next, verify the logs in the console for all the 3 microservices.

Comments