Category: Microservices
Microservices
Here I will explain what is Eureka Server and why do we need to use Eureka server in Microservices Architecture? What is Eureka server? The Eureka server is nothing but an implementation of service discovery pattern, where microservices can register themselves so others can discover them. This server holds information about the client service applications….
Posted in Microservices