Practical Approach to Spring Cloud Microservices

Spring Boot, Hibernate, WebFlux, OpenFeign, Gateway, Sleuth, Zipkin, Resilience4J, Spring Cloud, Microservices

Ratings: 4.56 / 5.00




Description

This course will take you to the learning journey starting from creating the microservice till configuring it with the industry standard cloud technologies. This course is suitable for experienced Java developers as well as those who have little knowledge of Spring framework.


We will first start with creating a simple microservice then we will add entities and dto to the service. Exposing them with controller we will implement repositories and services. After that we will add validations and exception handling to the microservice. Also there will be an assignment for the same with another microservice.


First part can be skipped if anyone want to focus on cloud technologies. Then we will add spring cloud technologies to the course.


Starting with Webclient API we will call one microservice from another. Then by introducing the service registry and discovery we no longer need to maintain the URLs. We will take a look at Open Feign. Adding multiple hosting to microservice needs load balancing the requests between them there we will introduce load balancer. As we will be having multiple hosting there needs a single URL to the user which can be achieved by Spring Cloud Gateway. After introducing the gateway we need resiliency in our services hence introduction to Resilience4J is must. As there will be many calls passing through multiple microservices we will introduce distributed tracing using Spring Sleuth and Zipkin. In the end we will implement Spring Config Server to distribute the configurations across the microservices.

What You Will Learn!

  • Become Spring Cloud Microservices Developer
  • Learn About Spring Cloud Technologies
  • Learn to develop Spring Microservices From Scratch
  • To learn about how microservices are hosted and configured

Who Should Attend!

  • Beginner Java Developers
  • Experienced Java Developers