FreeCourseWeb.com

Mastering microservice communication with Spring Cloud Feign

Learn how to implement resilient microservice communications in an entirely practical course

In this very practical course, you’ll learn how to do effective microservice HTTP communication using Feign and Spring Cloud OpenFeign.

What you’ll learn

Course Content

Requirements

In this very practical course, you’ll learn how to do effective microservice HTTP communication using Feign and Spring Cloud OpenFeign.

Nowadays microservices are everywhere. We need to learn how to use the architecture to our advantage to achieve the targeted goals. I’ll help you to understand how to build a resilient communication channel between your services.

The course curriculum includes a lot of exciting pieces:

And that’s just a high-level overview what’s covered. The course includes non-stop coding where we’ll build a complex microservice system to make sure you understand the concepts in detail.

Mastering how to build a reliable communication between your services is critical for every product. In a microservice system, everything can break, even your communication. During this course you’ll learn the tools to ensure your messages hit the destination.

Another important question, making sure your individual services can scale to the load. What if they cannot? How to configure your API clients to cope with this and make sure we’re not overloading the services? Using Resilience4J and Spring Cloud OpenFeign, we’ll hit this milestone very quickly.

Testing microservices was never easy. On the contrary, it’s a question most engineers would avoid. Using WireMock and combining it with Spring Cloud OpenFeign, I’ll show you how to test your request/response mappings, circuit breakers, load balancing, and much more.