Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 615 Bytes

File metadata and controls

13 lines (11 loc) · 615 Bytes

springboot-microservices-basics

Spring boot implementation of microservices

#What all hapenned ?

  1. Created 3 bare bones spring boot application
  2. Configured them to run in different ports
  3. Made them communicate to each other using RestTemplate
  4. Tried out how to communicate using WebClient (JavaRx)
  5. Created a Service Discovery server using Eureka Server - Faced lots of issues, problems and solutions will be noted ASAP.
  6. Registered the 3 applications as Eureka Client
  7. Learned about Load Balancing, and how Eureka does it
  8. Learned about Fault Tolerance, and how Eureka does it