Skip to content

hariprasath-r/spring-cloud-implementation-starters

Repository files navigation

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

About

Spring Cloud Implementation for Discovery, Resilience, Fault Tolerance, and Load Balancing

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages