July 2021
Beginner to intermediate
774 pages
16h 47m
English
In this chapter, we will learn how to use Netflix Eureka as a discovery service for microservices based on Spring Boot. To allow our microservices to communicate with Netflix Eureka, we will use the Spring Cloud module for Netflix Eureka clients. Before we delve into the details, we will elaborate on why a discovery service is needed and why a DNS server isn't sufficient.
The following topics will be covered in this chapter:
For instructions on how to install ...